public class JoltAdmSession extends JoltSession
JoltSessionAttributes,
JoltRemoteService,
JoltTransaction| Constructor and Description |
|---|
JoltAdmSession(JoltSessionAttributes attr,
java.lang.String userName,
java.lang.String userRole,
java.lang.String userPassword,
java.lang.String appPassword)
Deprecated.
Instantiate an administrative session for Jolt administrative tools.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
flushDefinition(java.lang.String type,
java.lang.String name)
Deprecated.
Flush a definition from the local cache.
|
endSession, getRepository, getRequestVersion, isAlive, onDisconnect, onReplypublic JoltAdmSession(JoltSessionAttributes attr, java.lang.String userName, java.lang.String userRole, java.lang.String userPassword, java.lang.String appPassword) throws SessionException
attr - the session attributes.userName - The user name or null.userRole - The user role or null.userPassword - The user password or null.appPassword - The application password or null.SessionException - If one of the session attributes is
invalid or authentication failspublic boolean flushDefinition(java.lang.String type,
java.lang.String name)
type - "SVC" for service, "QUEUE" for queue, ...name - the name of the definition.Copyright © 1996, 2024, Oracle and/or its affiliates.