public class AS400CredentialEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
CR_CREATE
Event ID indicating that a credential has been created.
|
static int |
CR_DESTROY
Event ID indicating that a credential has been destroyed.
|
static int |
CR_REFRESH
Event ID indicating that a credential has been refreshed.
|
static int |
CR_SWAP
Event ID indicating that a credential was used to change the thread identity.
|
Constructor and Description |
---|
AS400CredentialEvent(java.lang.Object source,
int id)
Constructs a AS400CredentialEvent object.
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Returns the identifier for the event.
|
public static final int CR_CREATE
public static final int CR_DESTROY
public static final int CR_REFRESH
public static final int CR_SWAP