|
SCA API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceReference
Interface that provides access to other services. Any ServiceReference can be cast to the business interface of the service to which it refers.
Method Summary | |
---|---|
void |
endSession()
End the client's session with the referenced service. |
Object |
getCallback()
Returns the callback object. |
Object |
getCallbackID()
Returns the callback ID. |
Object |
getSessionID()
Returns the session ID. |
void |
setCallback(Object callback)
Sets the callback object. |
void |
setCallbackID(Object callbackID)
Sets the callback ID. |
Method Detail |
---|
Object getSessionID()
void endSession()
Object getCallbackID()
void setCallbackID(Object callbackID)
callbackID
- the callback IDObject getCallback()
void setCallback(Object callback)
callback
- the callback object
|
SCA API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |