|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
B - the Java interface associated with this referencepublic interface ServiceReference<B>
A ServiceReference represents a client's perspective of a reference to another service.
| Method Summary | |
|---|---|
java.lang.Object |
getCallback()
Returns the callback object. |
java.lang.Object |
getConversationID()
Returns the id supplied by the user that will be associated with conversations initiated through this reference. |
void |
setCallback(java.lang.Object callback)
Sets the callback object. |
void |
setCallbackID(java.lang.Object callbackID)
Sets the callback ID. |
void |
setConversationID(java.lang.Object conversationId)
Set the id to associate with any conversation started through this reference. |
| Methods inherited from interface org.osoa.sca.CallableReference |
|---|
getBusinessInterface, getCallbackID, getConversation, getService, isConversational |
| Method Detail |
|---|
java.lang.Object getConversationID()
void setConversationID(java.lang.Object conversationId)
throws java.lang.IllegalStateException
conversationId - the user-defined id to associated with a conversation
java.lang.IllegalStateException - if a conversation is currently associated with this referencevoid setCallbackID(java.lang.Object callbackID)
callbackID - the callback IDjava.lang.Object getCallback()
void setCallback(java.lang.Object callback)
callback - the callback object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||