|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICallBackBroker.PublishState | |
---|---|
javax.rad.server | Contains classes and interfaces needed for implementing a remote server. |
Uses of ICallBackBroker.PublishState in javax.rad.server |
---|
Methods in javax.rad.server that return ICallBackBroker.PublishState | |
---|---|
ICallBackBroker.PublishState |
ICallBackBroker.publish(java.lang.String pInstruction,
java.lang.Object pObject)
Publishs an object to the client for the current session. |
ICallBackBroker.PublishState |
ICallBackBroker.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. |
static ICallBackBroker.PublishState |
SessionContext.publishCallBackResult(java.lang.String pInstruction,
java.lang.Object pObject)
Publishs an object as callback result. |
static ICallBackBroker.PublishState |
ICallBackBroker.PublishState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ICallBackBroker.PublishState[] |
ICallBackBroker.PublishState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |