Uses of Interface
wt.locks.LockService

Packages that use LockService
wt.locks
 
 

Uses of LockService in wt.locks
 

Classes in wt.locks that implement LockService
 class LockServiceFwd
          Provides an abstraction that specifies and promotes server-side functionality as a service that's remotely available for use by a client.
 class StandardLockService
          Provides an abstraction of the standard implementation of server-side functionality as defined by the LockService interface.
 

Fields in wt.locks declared as LockService
private  LockService LockServiceEvent.service
           
static LockService LockHelper.service
          

Supported API: true
 

Methods in wt.locks that return LockService
 LockService LockServiceEvent.getService()
          Gets the value of the attribute: service; The locking service that dispatched the event.
 

Methods in wt.locks with parameters of type LockService
protected  void LockServiceEvent.setService(LockService a_Service)
          Sets the value of the attribute: service; The locking service that dispatched the event.
 

Constructors in wt.locks with parameters of type LockService
LockServiceEvent(LockService service, String eventType, Object eventTarget)
          Constructs an locking service's event from the specified service and its event type and target.