com.jp.protection.pub.pro.lserver
Class LicensingServiceResultImpl.CheckoutResultImpl

java.lang.Object
  extended by com.jp.protection.pub.pro.lserver.LicensingServiceResultImpl
      extended by com.jp.protection.pub.pro.lserver.LicensingServiceResultImpl.CheckoutResultImpl
All Implemented Interfaces:
LicensingServiceResult, LicensingServiceResult.CheckoutResult, java.io.Serializable
Enclosing class:
LicensingServiceResultImpl

public static class LicensingServiceResultImpl.CheckoutResultImpl
extends LicensingServiceResultImpl
implements LicensingServiceResult.CheckoutResult

Default implementation of the CheckoutResult interface

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jp.protection.pub.pro.lserver.LicensingServiceResultImpl
LicensingServiceResultImpl.CheckoutResultImpl, LicensingServiceResultImpl.LicenseResultImpl
 
Nested classes/interfaces inherited from interface com.jp.protection.pub.pro.lserver.LicensingServiceResult
LicensingServiceResult.CheckoutResult, LicensingServiceResult.ErrorCode, LicensingServiceResult.LicenseResult
 
Field Summary
protected  byte[] pass
           
 
Fields inherited from class com.jp.protection.pub.pro.lserver.LicensingServiceResultImpl
fErrorCode, fMessage, fResult, fTicket, properties, serialVersionUID
 
Fields inherited from interface com.jp.protection.pub.pro.lserver.LicensingServiceResult
PROPERTY_CPU_LIMIT, PROPERTY_CPU_USAGE, PROPERTY_MEMORY_LIMIT, PROPERTY_MEMORY_USAGE, PROPERTY_MESSAGE, PROPERTY_RESULT, PROPERTY_TICKET, PROPERTY_USAGE_COUNT, PROPERTY_USAGE_LIMIT, RESULT_ERROR, RESULT_LICENSE_REVOKED, RESULT_OK, RESULT_SESSION_EXPIRED, RESULT_SYSTEM_ERROR
 
Constructor Summary
LicensingServiceResultImpl.CheckoutResultImpl()
          Creates a new instance if the CheckoutResultImpl
LicensingServiceResultImpl.CheckoutResultImpl(byte[] aPass, int aResult, java.lang.String aMessage)
          Creates a new instance if the CheckoutResultImpl
LicensingServiceResultImpl.CheckoutResultImpl(int aResult, java.lang.String aMessage)
          Creates a new instance if the CheckoutResultImpl
 
Method Summary
 byte[] getPass()
          Returns encoded pass object
 void setPass(byte[] aPass)
           
 
Methods inherited from class com.jp.protection.pub.pro.lserver.LicensingServiceResultImpl
getErrorCode, getMessage, getProperties, getResult, getResultStr, getTicket, setErrorCode, setMessage, setProperties, setResult, setTicket, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jp.protection.pub.pro.lserver.LicensingServiceResult
getErrorCode, getMessage, getProperties, getResult, getTicket
 

Field Detail

pass

protected byte[] pass
Constructor Detail

LicensingServiceResultImpl.CheckoutResultImpl

public LicensingServiceResultImpl.CheckoutResultImpl()
Creates a new instance if the CheckoutResultImpl


LicensingServiceResultImpl.CheckoutResultImpl

public LicensingServiceResultImpl.CheckoutResultImpl(int aResult,
                                                     java.lang.String aMessage)
Creates a new instance if the CheckoutResultImpl

Parameters:
aResult - result code
aMessage - message text

LicensingServiceResultImpl.CheckoutResultImpl

public LicensingServiceResultImpl.CheckoutResultImpl(byte[] aPass,
                                                     int aResult,
                                                     java.lang.String aMessage)
Creates a new instance if the CheckoutResultImpl

Parameters:
aPass - encode pass
aResult - result code
aMessage - message text
Method Detail

getPass

public byte[] getPass()
Description copied from interface: LicensingServiceResult.CheckoutResult
Returns encoded pass object

Specified by:
getPass in interface LicensingServiceResult.CheckoutResult
Returns:
encoded pass object

setPass

public void setPass(byte[] aPass)