|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.server.push.PushMessage
public class PushMessage
The PushMessage
class will be used for pushing objects to IPushReceiver
.
Nested Class Summary | |
---|---|
static class |
PushMessage.MessageType
the message type. |
Constructor Summary | |
---|---|
PushMessage(ISession pSession,
PushMessage.MessageType pType,
ResultObject pObject)
Creates a new instance of PushMessage . |
Method Summary | |
---|---|
ResultObject |
getObject()
Gets the object. |
ISession |
getSession()
Gets the session. |
PushMessage.MessageType |
getType()
Gets the message type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PushMessage(ISession pSession, PushMessage.MessageType pType, ResultObject pObject)
PushMessage
.
pSession
- the sessionpType
- the message typepObject
- the objectMethod Detail |
---|
public ISession getSession()
public PushMessage.MessageType getType()
public ResultObject getObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |