|
SilverStream Application Server 3.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Tagged interface for objects that can invoke business objects.
| Method Summary | |
Serializable |
invokeBusinessObject(String agentSpec)
Invoke the named business object and return the result. |
Serializable |
invokeBusinessObject(String agentSpec,
Serializable param)
Invoke the named business object and return the result. |
| Method Detail |
public Serializable invokeBusinessObject(String agentSpec)
throws Exception
agentSpec - This can be:AgoInvokedEvent.setResult(Serializable result)
on the AgoInvokedEventobject passed to the invoked event.AgoInvokedEvent
public Serializable invokeBusinessObject(String agentSpec,
Serializable param)
throws Exception
agentSpec - This can be:param - any Serializable parameter you want to pass to the
business objectAgoInvokedEvent.setResult(Serializable result, String mime)
on the AgoInvokedEvent object passed to the invoked event.AgoInvokedEvent
|
SilverStream Application Server 3.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||