|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jp.protection.pub.pro.lserver.LicensingServiceProviderAdapter
public class LicensingServiceProviderAdapter
Default implementation of the LicensingServiceProviderListener interface. Implementations of
all methods are empty.
| Constructor Summary | |
|---|---|
LicensingServiceProviderAdapter()
|
|
| Method Summary | |
|---|---|
void |
licenseCanLocked(LicensingServiceProvider aSource,
LicensingService aService,
LicenseData.Request aRequest,
LicensingServiceResult aResult)
Provider call this method to notify listener that the Licensing Server was queried about ability to lock specific license |
void |
licenseGot(LicensingServiceProvider aSource,
LicensingService aService,
LicenseData.Request aRequest,
LicensingServiceResult.LicenseResult aResult)
Provider call this method to notify listener that a license was obtained from the Licensing Server |
void |
licenseLockConfirmed(LicensingServiceProvider aSource,
LicensingService aService,
java.lang.String aTicket,
LicensingServiceResult aResult)
Provider call this method to notify listener that the license lock was confirmed using the Licensing Server |
void |
licenseLocked(LicensingServiceProvider aSource,
LicensingService aService,
LicenseData.Request aRequest,
LicensingServiceResult aResult)
Provider call this method to notify listener that a license was locked using the Licensing Server |
void |
licenseUnlocked(LicensingServiceProvider aSource,
LicensingService aService,
java.lang.String aTicket,
LicensingServiceResult aResult)
Provider call this method to notify listener that the license lock was released using the Licensing Server |
void |
licensingServiceObtained(LicensingServiceProvider aSource,
LicensingService aService)
Provider call this method to notify listener that a new instance of the Licensing Service is obtained |
void |
licensingServiceReleased(LicensingServiceProvider aSource,
LicensingService aService)
Provider call this method to notify listener that an instance of the Licensing Service was released |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LicensingServiceProviderAdapter()
| Method Detail |
|---|
public void licensingServiceObtained(LicensingServiceProvider aSource,
LicensingService aService)
LicensingServiceProviderListener
licensingServiceObtained in interface LicensingServiceProviderListeneraSource - the Licensing Service provideraService - a newly created Licensing Service
public void licensingServiceReleased(LicensingServiceProvider aSource,
LicensingService aService)
LicensingServiceProviderListener
licensingServiceReleased in interface LicensingServiceProviderListeneraSource - the Licensing Service provideraService - a Licensing Service was released
public void licenseGot(LicensingServiceProvider aSource,
LicensingService aService,
LicenseData.Request aRequest,
LicensingServiceResult.LicenseResult aResult)
LicensingServiceProviderListener
licenseGot in interface LicensingServiceProviderListeneraSource - the Licensing Service provideraService - the Licensing Service used to obtain licenseaRequest - request which identifies license to getaResult - result of the operation
public void licenseLocked(LicensingServiceProvider aSource,
LicensingService aService,
LicenseData.Request aRequest,
LicensingServiceResult aResult)
LicensingServiceProviderListener
licenseLocked in interface LicensingServiceProviderListeneraSource - the Licensing Service provideraService - the Licensing Service used to lock licenseaRequest - request which identifies license to lockaResult - result of the operation
public void licenseCanLocked(LicensingServiceProvider aSource,
LicensingService aService,
LicenseData.Request aRequest,
LicensingServiceResult aResult)
LicensingServiceProviderListener
licenseCanLocked in interface LicensingServiceProviderListeneraSource - the Licensing Service provideraService - the Licensing Service used to lock licenseaRequest - request which identifies license to lockaResult - result of the operation
public void licenseLockConfirmed(LicensingServiceProvider aSource,
LicensingService aService,
java.lang.String aTicket,
LicensingServiceResult aResult)
LicensingServiceProviderListener
licenseLockConfirmed in interface LicensingServiceProviderListeneraSource - the Licensing Service provideraService - the Licensing Service used to lock licenseaTicket - identifies license sessionaResult - result of the operation
public void licenseUnlocked(LicensingServiceProvider aSource,
LicensingService aService,
java.lang.String aTicket,
LicensingServiceResult aResult)
LicensingServiceProviderListener
licenseUnlocked in interface LicensingServiceProviderListeneraSource - the Licensing Service provideraService - the Licensing Service used to release license lockaTicket - identifies license sessionaResult - result of the operation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||