Package | Description |
---|---|
de.esprit.netsuite.client.evgate |
Contains special gates for awaiting events
|
de.esprit.netsuite.netdata.enums |
Contains all constant definitions
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
Constructor and Description |
---|
ResourceLockEventGate(C clientCtx,
LockAction action) |
Modifier and Type | Method and Description |
---|---|
static LockAction |
LockAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LockAction[] |
LockAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LockAction |
ResourceLockEvent.getAction() |
Constructor and Description |
---|
ResourceLockEvent(ResourceLock lock,
LockAction action) |
ResourceLockStatusEvent(ResourceLock lock,
LockAction action) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.