|
|||||||||
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 |
licenseCheckedOut(LicensingServiceProvider aSource,
LicensingService aService,
java.lang.String aTicket,
LicensingServiceResult.CheckoutResult aResult)
Provider call this method to notify listener that the license checked out from the Licensing Server |
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 Servicevoid licensingServiceReleased(LicensingServiceProvider aSource, LicensingService aService)
aSource
- the Licensing Service provideraService
- a Licensing Service was releasedvoid 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 operationvoid 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 operationvoid 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 operationvoid 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 operationvoid 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 operationvoid licenseCheckedOut(LicensingServiceProvider aSource, LicensingService aService, java.lang.String aTicket, LicensingServiceResult.CheckoutResult aResult)
aSource
- the Licensing Service provideraService
- the Licensing Service used to checkoutaTicket
- identifies license sessionaResult
- result of the operation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |