Serializable
public final class SignonEvent extends 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.source
Modifier and Type | Method | 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.
|
getSource, toString
public AS400SecurityException getException()
hasException()
public boolean hasException()
getException()
public boolean isReconnecting()
Copyright © 2024. All rights reserved.