|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.federation.FederationServerHelper
public class FederationServerHelper
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
| 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 |
|---|
public static boolean hasExpired(Federated proxy)
throws wt.federation.FederationServicesException
proxy - the proxy object.
wt.federation.FederationServicesException
public static boolean isStale(Federated proxy)
throws wt.federation.FederationServicesException
proxy - the proxy object.
wt.federation.FederationServicesException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||