|
||||||||||
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 CallableReference<B>
Common superclass for references that can be passed between components.
Method Summary | |
---|---|
java.lang.Class<B> |
getBusinessInterface()
Returns the Java class for the business interface associated with this reference. |
java.lang.Object |
getCallbackID()
Returns the callback ID. |
Conversation |
getConversation()
Returns the conversation associated with this reference. |
B |
getService()
Returns a type-safe reference to the target of this reference. |
boolean |
isConversational()
Returns true if this reference is conversational. |
Method Detail |
---|
B getService()
java.lang.Class<B> getBusinessInterface()
boolean isConversational()
Conversation getConversation()
java.lang.Object getCallbackID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |