Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SignonHandlerAdapter |
An abstract adapter class for receiving Toolbox sign-on events.
|
Modifier and Type | Method | Description |
---|---|---|
static SignonHandler |
AS400.getDefaultSignonHandler() |
Returns the default sign-on handler.
|
SignonHandler |
AS400.getSignonHandler() |
Returns the sign-on handler that is used by this object.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
AS400.setDefaultSignonHandler(SignonHandler handler) |
Sets the default sign-on handler, globally across the JVM.
|
void |
AS400.setSignonHandler(SignonHandler handler) |
Sets the sign-on handler for this AS400 object.
|
Copyright © 2024. All rights reserved.