Serializable
public class AS400CredentialEvent extends EventObject
Modifier and Type | Field | 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.
|
source
Constructor | Description |
---|---|
AS400CredentialEvent(Object source,
int id) |
Constructs a AS400CredentialEvent object.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getID() |
Returns the identifier for the event.
|
getSource, toString
public static final int CR_CREATE
public static final int CR_DESTROY
public static final int CR_REFRESH
public static final int CR_SWAP
public AS400CredentialEvent(Object source, int id)
source
- The object where the event originated.id
- The event identifier.Copyright © 2024. All rights reserved.