Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.core.tools.script | |
oracle.ifs.core.util |
Modifier and Type | Class and Description |
---|---|
class |
TieApplicationToken
TieApplicationToken allows the Oracle-defined behavior of the
ApplicationToken classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationToken |
ApplicationToken.create(LibrarySession session,
ApplicationTokenDefinition tokenDef)
Creates a new ApplicationToken from the specified definition.
|
static ApplicationToken[] |
ApplicationToken.findAll(LibrarySession session)
Returns all ApplicationTokens.
|
static ApplicationToken |
ApplicationToken.findByName(LibrarySession session,
String tokenValue)
Finds a ApplicationTokens instance by token value
Returns null if no ApplicationToken with the given token value could
be found.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationToken |
ClusteringUtilities.findOrCreateToken(LibrarySession session,
String tokenValue,
String tokenInfo,
String tokenDesc)
Deprecated.
Finds or creates the token matching the specified Token value.
|
static ApplicationToken |
ClusteringUtilities.findToken(LibrarySession session,
String tokenValue)
Deprecated.
Finds the token matching the specified Token value.
|
static ApplicationToken[] |
ClusteringUtilities.selectAllNodeTokens(LibrarySession session)
Deprecated.
Selects all ApplicationToken instances that reflect a node
registration.
|
static ApplicationToken[] |
ClusteringUtilities.selectAllServerTokens(LibrarySession session)
Deprecated.
Selects all ApplicationToken instances that reflect server
(agent or handler) registrations.
|
protected static ApplicationToken[] |
ClusteringUtilities.selectAllTokensByPattern(LibrarySession session,
String stmtKey,
String searchQual,
AttributeValue[] bindValues)
Deprecated.
Selects all ApplicationToken instances that reflect a server
registration.
|
static ApplicationToken[] |
ClusteringUtilities.selectServerTokensByNode(LibrarySession session,
String info)
Deprecated.
Selects all ApplicationToken instances that reflect a server
registration and match a specified TokenInfo value, which reflects
the node registration.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ClusteringUtilities.addNodeTokenInfo(List list,
ApplicationToken token)
Deprecated.
Adds info for a node token to the specified list, including
the servers associated with it also.
|
protected void |
ClusteringToken.challengeNodes(LibrarySession session,
ApplicationToken appToken)
Deprecated.
Challenge one of the nodes holding either registree or standby.
|
protected static String |
ClusteringUtilities.getNodeTokenString(ApplicationToken token,
String indent)
Deprecated.
Gets a string that reflects the specified node token.
|
protected static String |
ClusteringUtilities.getServerTokenString(ApplicationToken token,
String indent)
Deprecated.
Gets a string that reflects the specified server token.
|
protected boolean |
ClusteringToken.performTokenUpdates(LibrarySession session,
ApplicationToken appToken)
Deprecated.
Perform any appropriate updates to the ApplicationToken.
|
static void |
ClusteringUtilities.postClusteringChangeNotification(LibrarySession session,
ApplicationToken appToken)
Deprecated.
Posts a notification of a clustering change to all agents.
|
protected void |
ClusteringToken.releaseToken(LibrarySession session,
String agentId,
ApplicationToken token)
Deprecated.
Releases the token.
|
void |
ClusteringToken.TokenState.updateToken(LibrarySession session,
ApplicationToken appToken)
Update the specified ApplicationToken based on information contained
in this instance.
|
protected boolean |
ClusteringToken.updateTokenClearNodeRegistration(LibrarySession session,
ApplicationToken token,
String nodeId,
long expirePeriod)
Deprecated.
Updates the specified node token, in an attempt to expire it.
|
protected boolean |
ClusteringToken.updateTokenClearRegistration(LibrarySession session,
String agentId,
ApplicationToken appToken,
String nodeId)
Deprecated.
Updates the specified ApplicationToken,
in an attempt to clear its registraton.
|
Constructor and Description |
---|
TokenState(ApplicationToken token)
Construct a TokenState.
|
Modifier and Type | Method and Description |
---|---|
protected ApplicationToken |
ScriptOperations.lookupApplicationToken(LibrarySession sess,
String tkValue)
Lookup a ApplicationToken by the specified token value.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showApplicationToken(Logger logger,
ApplicationToken token,
String prefix)
Show details about an ApplicationToken.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationToken |
TokenUtilities.createApplicationToken(LibrarySession session,
ApplicationTokenDefinition tokenDef)
Creates a new ApplicationToken from the specified definition.
|
static ApplicationToken |
TokenUtilities.findApplicationToken(LibrarySession session,
String tokenValue)
Finds a new ApplicationToken matching the specified token value.
|
Copyright © 2023. All rights reserved.