wt.federation
Class FederationServerHelper

java.lang.Object
  extended by wt.federation.FederationServerHelper
All Implemented Interfaces:
Externalizable, Serializable

public class FederationServerHelper
extends Object
implements Externalizable

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

See Also:
Serialized Form

Method Summary
static boolean hasExpired(Federated proxy)
          Returns true if the specified proxy object has expired.
static boolean isStale(Federated proxy)
          Returns true if the specified proxy object is stale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasExpired

public static boolean hasExpired(Federated proxy)
                          throws wt.federation.FederationServicesException
Returns true if the specified proxy object has expired.

Supported API: true

Parameters:
proxy - the proxy object.
Returns:
boolean
Throws:
wt.federation.FederationServicesException

isStale

public static boolean isStale(Federated proxy)
                       throws wt.federation.FederationServicesException
Returns true if the specified proxy object is stale.

Supported API: true

Parameters:
proxy - the proxy object.
Returns:
boolean
Throws:
wt.federation.FederationServicesException