public final class SignonEvent
extends java.util.EventObject
AS400
instance during an attempt to sign-on to the system. SignonEvent objects are consumed by instances of SignonHandler
.
For all instances of SignonEvent, the getSource()
method always returns the AS400 instance that originated the event.Modifier and Type | Method and Description |
---|---|
AS400SecurityException |
getException()
Returns the exception that is associated with this event, if any.
|
boolean |
hasException()
Indicates whether this SignonEvent object has an associated exception.
|
boolean |
isReconnecting()
Indicates whether the system object was previously connected.
|
public AS400SecurityException getException()
hasException()
public boolean hasException()
getException()
public boolean isReconnecting()