Uses of Class
com.pkrete.jsip2.variables.StatusCode

Packages that use StatusCode
com.pkrete.jsip2.messages.requests   
com.pkrete.jsip2.variables   
 

Uses of StatusCode in com.pkrete.jsip2.messages.requests
 

Methods in com.pkrete.jsip2.messages.requests that return StatusCode
 StatusCode SIP2SCStatusRequest.getStatusCode()
          Returns the status of the system.
 

Methods in com.pkrete.jsip2.messages.requests with parameters of type StatusCode
 void SIP2SCStatusRequest.setStatusCode(StatusCode statusCode)
          Changes the status of the system.
 

Constructors in com.pkrete.jsip2.messages.requests with parameters of type StatusCode
SIP2SCStatusRequest(StatusCode status)
          Constructs and initializes a new SIP2SCStatusRequest object with the given status code.
SIP2SCStatusRequest(StatusCode status, String maxPrintWidth)
          Constructs and initializes a new SIP2SCStatusRequest object with the given status code and max print width.
 

Uses of StatusCode in com.pkrete.jsip2.variables
 

Methods in com.pkrete.jsip2.variables that return StatusCode
static StatusCode StatusCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatusCode[] StatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012-2014. All Rights Reserved.