Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
XFN Interface Library Functionsxfn(3XFN)


NAME

 xfn - overview of the XFN interface

DESCRIPTION

 

The primary service provided by a federated naming system is to map a composite name to a reference. A composite name is composed of name components from one or more naming systems. A reference consists of one or more communication end points. An additional service provided by a federated naming system is to provide access to attributes associated with named objects. This extension is to satisfy most applications' additional naming service needs without cluttering the basic naming service model. XFN is a programming interface for a federated naming service.

To use the XFN interface, include the xfn/xfn.h header file and link the application with -lxfn.

The xfn/xfn.h header file contains the interface declarations for:

  • the XFN base context interface,
  • the XFN base attribute interface,
  • status object and status codes used by operations in these two interfaces,
  • abstract data types passed as parameters to and returned as values from operations in these two interfaces, and
  • the interface for the XFN standard syntax model for parsing compound names.

FILES

 
/usr/include/xfn/xfn.h

SEE ALSO

 

FN_ctx_t(3XFN), FN_status_t(3XFN), xfn_attributes(3XFN), xfn_composite_names(3XFN), xfn_compound_names(3XFN), xfn_status_codes(3XFN), fns(5), fns_policies(5)


NOTES

 

The Federated Naming Service based on the X/Open XFN standard might not be supported in a future release of the Solaris operating system.



SunOS 5.9Go To TopLast Changed 16 Oct 2003