|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICallBackBroker
The ICallBackBroker
enables publishing of objects from the server to the client.
Nested Class Summary | |
---|---|
static class |
ICallBackBroker.PublishState
The publish state. |
Method Summary | |
---|---|
ICallBackBroker.PublishState |
publish(java.lang.String pInstruction,
java.lang.Object pObject)
Publishs an object to the client for the current session. |
ICallBackBroker.PublishState |
publishAll(java.lang.String pInstruction,
java.lang.Object pObject)
Publishs an object to all client for the current session and all other master sessions for the same application as the current one. |
Method Detail |
---|
ICallBackBroker.PublishState publish(java.lang.String pInstruction, java.lang.Object pObject)
pInstruction
- the instruction identifierpObject
- the object to publich
ICallBackBroker.PublishState publishAll(java.lang.String pInstruction, java.lang.Object pObject)
pInstruction
- the instruction identifierpObject
- the object to publich
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |