|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.events.KeyedEvent
wt.locks.LockServiceEvent
public class LockServiceEvent
Provides an abstraction of an extended keyed event used in conjunction
with the standard implementation of the server-side functionality as
defined by the LockService interface. This event could also be used by
a custom implementation of the LockService.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
POST_LOCK
A constant that defines an event marking the occurrance of a persistent lock that has completed. |
static String |
POST_UNLOCK
A constant that defines an event marking the occurrance of a persistent unlock that has completed. |
static String |
PRE_LOCK
A constant that defines an event marking the occurrance of a persistent lock that is about to commense. |
static String |
PRE_UNLOCK
A constant that defines an event marking the occurrance of a persistent unlock that is about to commense. |
| Method Summary | |
|---|---|
Lockable |
getTarget()
Gets the lockable object target of the event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PRE_LOCK
public static final String POST_LOCK
public static final String PRE_UNLOCK
public static final String POST_UNLOCK
| Method Detail |
|---|
public Lockable getTarget()
wt.locks.PRE_LOCK,
wt.locks.POST_LOCK,
wt.locks.PRE_UNLOCK,
wt.locks.POST_UNLOCK
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||