Package wt.federation
Class FederationServerHelper
java.lang.Object
wt.federation.FederationServerHelper
- All Implemented Interfaces:
Externalizable,Serializable
FederationServerHelper provides server invokable methods to federation
services. These methods are executed on the server side. It also provides
access to the methods of the FederationServiceSvr interface.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasExpired(Federated proxy) Returns true if the specified proxy object has expired.static booleanReturns true if the specified proxy object is stale.
-
Method Details
-
hasExpired
Returns true if the specified proxy object has expired.
Supported API: true- Parameters:
proxy- the proxy object.- Returns:
- boolean
- Throws:
FederationServicesException
-
isStale
Returns true if the specified proxy object is stale.
Supported API: true- Parameters:
proxy- the proxy object.- Returns:
- boolean
- Throws:
FederationServicesException
-