Uses of Class
bcds.phison.sim.ConnRequestErrorCode

Packages that use ConnRequestErrorCode
bcds.phison.sim This package comprises the simulator and several processing modules. 
 

Uses of ConnRequestErrorCode in bcds.phison.sim
 

Methods in bcds.phison.sim that return ConnRequestErrorCode
 ConnRequestErrorCode ConnBlockingException.getErrorCode()
           
 ConnRequestErrorCode SimCore.getLastBlockingReason()
          Returns the reason why the last connection request has failed.
static ConnRequestErrorCode ConnRequestErrorCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnRequestErrorCode[] ConnRequestErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in bcds.phison.sim with parameters of type ConnRequestErrorCode
 void SimCore.setLastBlockingReason(ConnRequestErrorCode ec)
          Sets the reason why a given connection is rejected.
 

Constructors in bcds.phison.sim with parameters of type ConnRequestErrorCode
ConnBlockingException(ConnRequestErrorCode ec)
           
ConnBlockingException(ConnRequestErrorCode ec, java.lang.String msg)