Uses of Interface
wt.federation.FederatedService

Packages that use FederatedService
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

 

Uses of FederatedService in wt.federation
 

Classes in wt.federation that implement FederatedService
 class FederatedDirectoryService
          This class implements a Federated interface to directory services such as LDAP-accessible directory services.
 class FederatedInfoEngineService
          This class implements FederatedService objects that use Info*Engine to access remote systems and data sources.
 

Fields in wt.federation declared as FederatedService
private  FederatedService ProxyUser.service
           
private  FederatedService ProxyGroup.service
           
private  FederatedService ProxyUser.service
           
private  FederatedService ProxyGroup.service
           
 

Methods in wt.federation that return FederatedService
 FederatedService StandardFederationService.getService(Federated proxy)
          Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object.
 FederatedService ServiceIdentifier.getService()
          Return an instance of the service identified by this service identifier.
 FederatedService ProxyUser.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyURLData.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyPartMaster.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyGroup.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyDocumentMaster.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyDocument.getService()
          Return the service object referenced by the serviceId attribute.
static FederatedService FederationUtilities.getService(Federated proxy)
          Deprecated. See FederationService.
 FederatedService FederationServiceFwd.getService(Federated proxy)
          Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object.
 FederatedService FederationService.getService(Federated proxy)
          Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object.
 FederatedService Federated.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService StandardFederationService.getService(Federated proxy)
          Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object.
 FederatedService ServiceIdentifier.getService()
          Return an instance of the service identified by this service identifier.
 FederatedService ProxyUser.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyURLData.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyPartMaster.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyGroup.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyDocumentMaster.getService()
          Return the service object referenced by the serviceId attribute.
 FederatedService ProxyDocument.getService()
          Return the service object referenced by the serviceId attribute.
static FederatedService FederationUtilities.getService(Federated proxy)
          Deprecated. See FederationService.
 FederatedService FederationServiceFwd.getService(Federated proxy)
          Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object.
 FederatedService FederationService.getService(Federated proxy)
          Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object.
 FederatedService Federated.getService()
          Return the service object referenced by the serviceId attribute.
 

Methods in wt.federation with parameters of type FederatedService
 void QuerySpecTranslator.setService(FederatedService service)
          Associate a FederatedService with the translator instance.
 void InfoEngineInputStream.setServiceId(FederatedService service)
          Establish the identifier of the service from which the object stream is originating.
 void IESQLQuerySpecTranslator.setService(FederatedService service)
          Associate a FederatedService with the translator instance.
static void FederationUtilities.initializeProxy(Federated proxy, FederatedService service)
          Deprecated. See FederationServerHelper.
static String FederationUtilities.getActionURL(FederatedService service, String key, Hashtable arguments)
          Deprecated. See FederationHelper.
static Vector FederationUtilities.retrieveSourceContents(String sourceObjectId, FederatedService service)
          Deprecated.  
static void FederationServerHelper.initializeProxy(Federated proxy, FederatedService service)
          Initializes the properties of a proxy object that control expiration and refreshing.
static String FederationHelper.getActionURL(FederatedService service, String key, Hashtable arguments)
          Substitutes arguments into the URL template of the specified service and returns the resulting URL string.
 void DirectoryQuerySpecTranslator.setService(FederatedService service)
          Associate a FederatedService with the translator instance.
 void DirectoryInputStream.setServiceId(FederatedService service)
          Establish the identifier of the service from which the object stream is originating.
 void QuerySpecTranslator.setService(FederatedService service)
          Associate a FederatedService with the translator instance.
 void InfoEngineInputStream.setServiceId(FederatedService service)
          Establish the identifier of the service from which the object stream is originating.
 void IESQLQuerySpecTranslator.setService(FederatedService service)
          Associate a FederatedService with the translator instance.
static void FederationUtilities.initializeProxy(Federated proxy, FederatedService service)
          Deprecated. See FederationServerHelper.
static String FederationUtilities.getActionURL(FederatedService service, String key, Hashtable arguments)
          Deprecated. See FederationHelper.
static Vector FederationUtilities.retrieveSourceContents(String sourceObjectId, FederatedService service)
          Deprecated.  
static void FederationServerHelper.initializeProxy(Federated proxy, FederatedService service)
          Initializes the properties of a proxy object that control expiration and refreshing.
static String FederationHelper.getActionURL(FederatedService service, String key, Hashtable arguments)
          Substitutes arguments into the URL template of the specified service and returns the resulting URL string.
 void DirectoryQuerySpecTranslator.setService(FederatedService service)
          Associate a FederatedService with the translator instance.
 void DirectoryInputStream.setServiceId(FederatedService service)
          Establish the identifier of the service from which the object stream is originating.