All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.AS400CertificateEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.as400.access.AS400CertificateEvent
- public class AS400CertificateEvent
- extends EventObject
The AS400CertificateEvent class represents an AS400Certificate event.
-
CERTIFICATE_ADDED
- The AS400Certificate added event ID.
-
CERTIFICATE_DELETED
- The AS400Certificate deleted event ID.
-
AS400CertificateEvent(Object, int)
- Constructs an AS400CertificateEvent object.
-
getID()
- Returns the identifier for this event.
CERTIFICATE_ADDED
public static final int CERTIFICATE_ADDED
- The AS400Certificate added event ID. This event is delivered when a certificate has been added.
CERTIFICATE_DELETED
public static final int CERTIFICATE_DELETED
- The AS400Certificate deleted event ID. This event is delivered when a certificate has been deleted.
AS400CertificateEvent
public AS400CertificateEvent(Object source,
int id)
- Constructs an AS400CertificateEvent object.
- Parameters:
- source - The object where the event originated.
- id - The event identifier.
getID
public int getID()
- Returns the identifier for this event.
- Returns:
- The identifier for this event.
All Packages Class Hierarchy This Package Previous Next Index