Uses of Class
pl.mbdev.openstage.push.Push.RequestType

Packages that use Push.RequestType
pl.mbdev.openstage.push Push requests can be easily sent to OpenStage phone directly from Java servlets, with use of Push class. 
 

Uses of Push.RequestType in pl.mbdev.openstage.push
 

Methods in pl.mbdev.openstage.push that return Push.RequestType
static Push.RequestType Push.RequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Push.RequestType[] Push.RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in pl.mbdev.openstage.push with parameters of type Push.RequestType
Push(java.lang.String serverAddress, int serverPort, java.lang.String programName, Push.RequestType requestType, java.lang.String midletName, java.lang.String serverProtocol, java.lang.String serverContextKey, java.lang.String serverContextValue)
          Constructs new definition of push, in which all parameters are set directly.
Push(java.lang.String applicationAddress, java.lang.String midletName, Push.RequestType requestType, java.lang.String serverContextKey, java.lang.String serverContextValue)
          Creates a new push request, with quite convenient way of passing the arguments.
Push(java.net.URL appAddr, java.lang.String midletName, Push.RequestType requestType, java.lang.String serverContextKey, java.lang.String serverContextValue)
          Creates a new push request, with the most convenient way of passing the arguments.