Uses of Class
javax.rad.server.push.PushMessage.MessageType

Packages that use PushMessage.MessageType
javax.rad.server.push Contains classes for server-to-client push support. 
 

Uses of PushMessage.MessageType in javax.rad.server.push
 

Methods in javax.rad.server.push that return PushMessage.MessageType
 PushMessage.MessageType PushMessage.getType()
          Gets the message type.
static PushMessage.MessageType PushMessage.MessageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PushMessage.MessageType[] PushMessage.MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in javax.rad.server.push with parameters of type PushMessage.MessageType
PushMessage(ISession pSession, PushMessage.MessageType pType, ResultObject pObject)
          Creates a new instance of PushMessage.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.