|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FederationServiceSvr
FederationServiceSvr provides methods to federation services that can
only be invoked from classes running on the server. These methods are
executed on the server side.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Persistable |
checkFreshness(Persistable obj)
Determines whether the specified object is an expired or stale proxy. |
QueryResult |
checkFreshness(QueryResult qr)
Traverses a QueryResult and determines whether any of the objects contained within it are expired or stale proxies. |
InputStream |
invokeInfoEngineTemplate(String url)
Sends a request to Info*Engine to execute the specified template. |
InputStream |
invokeInfoEngineTemplate(String url,
Hashtable params)
Sends a request to Info*Engine to execute the specified template, optionally providing parameters in URL-encoded form data. |
void |
refresh(Federated proxy)
Refreshes the properties of a proxy object. |
void |
refreshIfStale(Federated proxy)
Refreshes the properties of a proxy object, but only if the object is stale. |
void |
sendFeedback(MethodFeedback feedbackObject)
Sends Feedback objects to the client. |
| Method Detail |
|---|
Persistable checkFreshness(Persistable obj)
throws wt.federation.FederationServicesException
obj - the object to be checked.
wt.federation.FederationServicesException
QueryResult checkFreshness(QueryResult qr)
throws wt.federation.FederationServicesException
qr - the QueryResult to be checked.
wt.federation.FederationServicesException
InputStream invokeInfoEngineTemplate(String url)
throws wt.federation.FederationServicesException
url - the URL identifying the template to be executed.
wt.federation.FederationServicesException
InputStream invokeInfoEngineTemplate(String url,
Hashtable params)
throws wt.federation.FederationServicesException
url - the URL identifying the template to be executed.params - Hashtable of parameters to be sent as form data.
wt.federation.FederationServicesException
void refresh(Federated proxy)
throws wt.federation.FederationServicesException
proxy - the proxy object to be refreshed.
wt.federation.FederationServicesException
void refreshIfStale(Federated proxy)
throws wt.federation.FederationServicesException
proxy - the proxy object to be refreshed.
wt.federation.FederationServicesException
void sendFeedback(MethodFeedback feedbackObject)
throws wt.federation.FederationServicesException
feedbackObject - Required. The feedback object to be sent to the client.
wt.federation.FederationServicesException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||