com.jp.protection.pub.pro.lserver
Class LicensingServiceResultImpl.LicenseResultImpl
java.lang.Object
com.jp.protection.pub.pro.lserver.LicensingServiceResultImpl
com.jp.protection.pub.pro.lserver.LicensingServiceResultImpl.LicenseResultImpl
- All Implemented Interfaces:
- LicensingServiceResult, LicensingServiceResult.LicenseResult, java.io.Serializable
- Enclosing class:
- LicensingServiceResultImpl
public static class LicensingServiceResultImpl.LicenseResultImpl
- extends LicensingServiceResultImpl
- implements LicensingServiceResult.LicenseResult
Default implementation of the LicenseResult interface
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fResponse
protected LicenseData.Response fResponse
LicensingServiceResultImpl.LicenseResultImpl
public LicensingServiceResultImpl.LicenseResultImpl(int aResult,
java.lang.String aMessage)
- Creates a new instance if the
LicenseResultImpl
- Parameters:
aResult - result codeaMessage - message text
LicensingServiceResultImpl.LicenseResultImpl
public LicensingServiceResultImpl.LicenseResultImpl(LicenseData.Response aResponce,
int aResult,
java.lang.String aMessage)
- Creates a new instance if the
LicenseResultImpl
- Parameters:
aResponce - response objectaResult - result codeaMessage - message text
getResponse
public LicenseData.Response getResponse()
- Description copied from interface:
LicensingServiceResult.LicenseResult
- Returns response object
- Specified by:
getResponse in interface LicensingServiceResult.LicenseResult
- Returns:
- response object
setResponse
public void setResponse(LicenseData.Response aResponse)
- Specifies response object
- Parameters:
aResponce - response object to set