|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Federated | |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
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 Federated in wt.fc |
Fields in wt.fc declared as Federated | |
private Federated |
ObjectToObjectLink.remoteRoleAObject
|
private Federated |
ObjectToObjectLink.remoteRoleBObject
|
private Federated |
ObjectToObjectLink.remoteRoleAObject
|
private Federated |
ObjectToObjectLink.remoteRoleBObject
|
Uses of Federated in wt.federation |
Classes in wt.federation that implement Federated | |
class |
ProxyDocument
Use the newProxyDocument static factory method(s), not the
ProxyDocument constructor, to construct instances of this
class. |
class |
ProxyDocumentMaster
Use the newProxyDocumentMaster static factory method(s),
not the ProxyDocumentMaster constructor, to construct instances
of this class. |
class |
ProxyGroup
Proxy group of users. |
class |
ProxyPartMaster
Use the newProxyPartMaster static factory method(s), not
the ProxyPartMaster constructor, to construct instances
of this class. |
class |
ProxyURLData
Use the newProxyURLData static factory method(s), not the
ProxyURLData constructor, to construct instances of this
class. |
class |
ProxyUser
Use the newProxyUser static factory method(s), not the ProxyUser
constructor, to construct instances of this class. |
Methods in wt.federation that return Federated | |
static Federated |
StandardFederationService.refreshProxy(Federated proxy)
Refreshes a proxy object by calling its refresh method. |
static Federated |
StandardFederationService.refreshProxy(ObjectIdentifier oid)
Refreshes a proxy object by calling its refresh method. |
Federated |
StandardFederationService.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Federated |
StandardFederationService.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
static Federated |
FederationUtilities.storeProxy(Federated proxy)
Deprecated. See FederationService. |
Federated |
FederationServiceFwd.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Federated |
FederationServiceFwd.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
Federated |
FederationService.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Federated |
FederationService.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
static Federated |
StandardFederationService.refreshProxy(Federated proxy)
Refreshes a proxy object by calling its refresh method. |
static Federated |
StandardFederationService.refreshProxy(ObjectIdentifier oid)
Refreshes a proxy object by calling its refresh method. |
Federated |
StandardFederationService.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Federated |
StandardFederationService.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
static Federated |
FederationUtilities.storeProxy(Federated proxy)
Deprecated. See FederationService. |
Federated |
FederationServiceFwd.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Federated |
FederationServiceFwd.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
Federated |
FederationService.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Federated |
FederationService.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
Methods in wt.federation with parameters of type Federated | |
static Federated |
StandardFederationService.refreshProxy(Federated proxy)
Refreshes a proxy object by calling its refresh method. |
Federated |
StandardFederationService.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Persistable |
StandardFederationService.getPersistentInstance(Federated proxy)
Returns a persisted instance of the specified proxy object or null if the proxy has no persisted instance. |
FederatedService |
StandardFederationService.getService(Federated proxy)
Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object. |
Federated |
StandardFederationService.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
protected void |
StandardFederationService.enqueueRefreshRequest(Federated proxy)
Enqueues a request to refresh a proxy object. |
void |
StandardFederationService.refresh(Federated proxy)
Refreshes the properties of a proxy object. |
void |
StandardFederationService.refreshIfStale(Federated proxy)
Refreshes the properties of a proxy object, but only if the object is stale. |
static void |
FederationUtilities.refresh(Federated proxy)
Deprecated. See FederationServiceSvr. |
static void |
FederationUtilities.initializeProxy(Federated proxy,
FederatedService service)
Deprecated. See FederationServerHelper. |
static void |
FederationUtilities.refreshProxy(Federated proxy)
Deprecated. See FederationServiceSvr. |
static boolean |
FederationUtilities.hasExpired(Federated proxy)
Deprecated. See FederationServerHelper. |
static boolean |
FederationUtilities.isStale(Federated proxy)
Deprecated. See FederationServerHelper. |
static void |
FederationUtilities.refreshIfStale(Federated proxy)
Deprecated. See FederationServiceSvr. |
static void |
FederationUtilities.enqueueRefreshRequest(Federated proxy)
Deprecated. See FederationServiceSvr. |
static Federated |
FederationUtilities.storeProxy(Federated proxy)
Deprecated. See FederationService. |
static FederatedService |
FederationUtilities.getService(Federated proxy)
Deprecated. See FederationService. |
static InputStream |
FederationUtilities.getSourceInputStream(Federated proxy)
Deprecated. |
static Persistable |
FederationUtilities.getPersistentInstance(Federated proxy)
|
void |
FederationServiceSvr.refresh(Federated proxy)
Refreshes the properties of a proxy object. |
void |
FederationServiceSvr.refreshIfStale(Federated proxy)
Refreshes the properties of a proxy object, but only if the object is stale. |
Federated |
FederationServiceFwd.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Persistable |
FederationServiceFwd.getPersistentInstance(Federated proxy)
Returns a persisted instance of the specified proxy object or null if the proxy has no persisted instance. |
FederatedService |
FederationServiceFwd.getService(Federated proxy)
Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object. |
Federated |
FederationServiceFwd.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
Federated |
FederationService.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Persistable |
FederationService.getPersistentInstance(Federated proxy)
Returns a persisted instance of the specified proxy object or null if the proxy has no persisted instance. |
FederatedService |
FederationService.getService(Federated proxy)
Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object. |
Federated |
FederationService.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
static boolean |
FederationServerHelper.hasExpired(Federated proxy)
Returns true if the specified proxy object has expired. |
static void |
FederationServerHelper.initializeProxy(Federated proxy,
FederatedService service)
Initializes the properties of a proxy object that control expiration and refreshing. |
static boolean |
FederationServerHelper.isStale(Federated proxy)
Returns true if the specified proxy object is stale. |
void |
FederatedService.refreshObject(Federated proxy)
Refresh the properties of a proxy object that are derived from a remote object. |
void |
FederatedInfoEngineService.refreshRemoteObject(Federated proxy)
Refreshes the derived properties of a specified proxy object. |
protected void |
FederatedInfoEngineService._refreshRemoteObject(Federated proxy)
Refreshes the derived properties of a specified proxy object. |
void |
FederatedInfoEngineService.refreshObject(Federated proxy)
Refresh the properties of a proxy object that are derived from a remote object. |
void |
FederatedDirectoryService.refreshDirectoryObject(Federated proxy)
Refreshes the derived properties of a specified proxy object. |
protected void |
FederatedDirectoryService._refreshDirectoryObject(Federated proxy)
Refreshes the derived properties of a specified proxy object. |
void |
FederatedDirectoryService.refreshObject(Federated proxy)
Refresh the properties of a proxy object that are derived from a remote object. |
static Federated |
StandardFederationService.refreshProxy(Federated proxy)
Refreshes a proxy object by calling its refresh method. |
Federated |
StandardFederationService.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Persistable |
StandardFederationService.getPersistentInstance(Federated proxy)
Returns a persisted instance of the specified proxy object or null if the proxy has no persisted instance. |
FederatedService |
StandardFederationService.getService(Federated proxy)
Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object. |
Federated |
StandardFederationService.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
protected void |
StandardFederationService.enqueueRefreshRequest(Federated proxy)
Enqueues a request to refresh a proxy object. |
void |
StandardFederationService.refresh(Federated proxy)
Refreshes the properties of a proxy object. |
void |
StandardFederationService.refreshIfStale(Federated proxy)
Refreshes the properties of a proxy object, but only if the object is stale. |
static void |
FederationUtilities.refresh(Federated proxy)
Deprecated. See FederationServiceSvr. |
static void |
FederationUtilities.initializeProxy(Federated proxy,
FederatedService service)
Deprecated. See FederationServerHelper. |
static void |
FederationUtilities.refreshProxy(Federated proxy)
Deprecated. See FederationServiceSvr. |
static boolean |
FederationUtilities.hasExpired(Federated proxy)
Deprecated. See FederationServerHelper. |
static boolean |
FederationUtilities.isStale(Federated proxy)
Deprecated. See FederationServerHelper. |
static void |
FederationUtilities.refreshIfStale(Federated proxy)
Deprecated. See FederationServiceSvr. |
static void |
FederationUtilities.enqueueRefreshRequest(Federated proxy)
Deprecated. See FederationServiceSvr. |
static Federated |
FederationUtilities.storeProxy(Federated proxy)
Deprecated. See FederationService. |
static FederatedService |
FederationUtilities.getService(Federated proxy)
Deprecated. See FederationService. |
static InputStream |
FederationUtilities.getSourceInputStream(Federated proxy)
Deprecated. |
static Persistable |
FederationUtilities.getPersistentInstance(Federated proxy)
|
void |
FederationServiceSvr.refresh(Federated proxy)
Refreshes the properties of a proxy object. |
void |
FederationServiceSvr.refreshIfStale(Federated proxy)
Refreshes the properties of a proxy object, but only if the object is stale. |
Federated |
FederationServiceFwd.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Persistable |
FederationServiceFwd.getPersistentInstance(Federated proxy)
Returns a persisted instance of the specified proxy object or null if the proxy has no persisted instance. |
FederatedService |
FederationServiceFwd.getService(Federated proxy)
Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object. |
Federated |
FederationServiceFwd.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
Federated |
FederationService.createProxy(Federated proxy)
Creates a proxy object (for migration of LDAP WTUsers to ProxyUsers). |
Persistable |
FederationService.getPersistentInstance(Federated proxy)
Returns a persisted instance of the specified proxy object or null if the proxy has no persisted instance. |
FederatedService |
FederationService.getService(Federated proxy)
Returns an instance of the FederatedService object referenced by the serviceId attribute of the specified proxy object. |
Federated |
FederationService.storeProxy(Federated proxy)
Stores a proxy object in the persistent data service. |
static boolean |
FederationServerHelper.hasExpired(Federated proxy)
Returns true if the specified proxy object has expired. |
static void |
FederationServerHelper.initializeProxy(Federated proxy,
FederatedService service)
Initializes the properties of a proxy object that control expiration and refreshing. |
static boolean |
FederationServerHelper.isStale(Federated proxy)
Returns true if the specified proxy object is stale. |
void |
FederatedService.refreshObject(Federated proxy)
Refresh the properties of a proxy object that are derived from a remote object. |
void |
FederatedInfoEngineService.refreshRemoteObject(Federated proxy)
Refreshes the derived properties of a specified proxy object. |
protected void |
FederatedInfoEngineService._refreshRemoteObject(Federated proxy)
Refreshes the derived properties of a specified proxy object. |
void |
FederatedInfoEngineService.refreshObject(Federated proxy)
Refresh the properties of a proxy object that are derived from a remote object. |
void |
FederatedDirectoryService.refreshDirectoryObject(Federated proxy)
Refreshes the derived properties of a specified proxy object. |
protected void |
FederatedDirectoryService._refreshDirectoryObject(Federated proxy)
Refreshes the derived properties of a specified proxy object. |
void |
FederatedDirectoryService.refreshObject(Federated proxy)
Refresh the properties of a proxy object that are derived from a remote object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |