|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LicensingServiceProviderListener
The listener interface for receiving "interesting" LicensingServiceProvider events.
| 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 |
| Method Detail |
|---|
void licensingServiceObtained(LicensingServiceProvider aSource,
LicensingService aService)
aSource - the Licensing Service provideraService - a newly created Licensing Service
void licensingServiceReleased(LicensingServiceProvider aSource,
LicensingService aService)
aSource - the Licensing Service provideraService - a Licensing Service was released
void licenseGot(LicensingServiceProvider aSource,
LicensingService aService,
LicenseData.Request aRequest,
LicensingServiceResult.LicenseResult aResult)
aSource - the Licensing Service provideraService - the Licensing Service used to obtain licenseaRequest - request which identifies license to getaResult - result of the operation
void licenseLocked(LicensingServiceProvider aSource,
LicensingService aService,
LicenseData.Request aRequest,
LicensingServiceResult aResult)
aSource - the Licensing Service provideraService - the Licensing Service used to lock licenseaRequest - request which identifies license to lockaResult - result of the operation
void licenseCanLocked(LicensingServiceProvider aSource,
LicensingService aService,
LicenseData.Request aRequest,
LicensingServiceResult aResult)
aSource - the Licensing Service provideraService - the Licensing Service used to lock licenseaRequest - request which identifies license to lockaResult - result of the operation
void licenseLockConfirmed(LicensingServiceProvider aSource,
LicensingService aService,
java.lang.String aTicket,
LicensingServiceResult aResult)
aSource - the Licensing Service provideraService - the Licensing Service used to lock licenseaTicket - identifies license sessionaResult - result of the operation
void licenseUnlocked(LicensingServiceProvider aSource,
LicensingService aService,
java.lang.String aTicket,
LicensingServiceResult aResult)
aSource - 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 | ||||||||