Package | Description |
---|---|
oracle.ifs.admin.tools.script | |
oracle.ifs.beans | |
oracle.ifs.core.tools.script |
Modifier and Type | Method and Description |
---|---|
protected SystemLockObject |
SystemLockObjectAdmin.lookupSystemLockObject(LibrarySession sess,
String name)
Lookup SystemLockObject by name
|
Modifier and Type | Method and Description |
---|---|
void |
SystemLockObjectAdmin.showSystemLockObject(LibrarySession sess,
SystemLockObject slo)
Show SystemLockObject by name
|
Modifier and Type | Class and Description |
---|---|
class |
TieSystemLockObject
TieSystemLockObject allows the Oracle-defined behavior of the
SYSTEMLOCKOBJECT classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static SystemLockObject[] |
SystemLockObject.findAll(LibrarySession session)
Returns the set of defined SystemLockObjects.
|
static SystemLockObject |
SystemLockObject.findByName(LibrarySession session,
String name)
Returns the a SystemLockObject matching the
specified name.
|
Modifier and Type | Method and Description |
---|---|
protected SystemLockObject |
ScriptOperations.lookupSystemLockObject(LibrarySession sess,
String sloName)
Lookup a SystemLockObject by name.
|
Copyright © 2023. All rights reserved.