Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
Constructor and Description |
---|
SystemLockObjectAdmin(AdminManager main)
Construct a SystemLockObjectAdmin
|
Modifier and Type | Method and Description |
---|---|
protected void |
createSystemLockObject(LibrarySession sess,
ParameterTable params)
Section variant of Create SystemLockObject
|
protected void |
createSystemLockObject(LibrarySession sess,
SystemLockObjectDefinition def)
internal variant of Create SystemLockObject
|
protected void |
freeSystemLockObject(LibrarySession sess,
ParameterTable params)
Section variant of Free SystemLockObject
|
protected void |
freeSystemLockObject(LibrarySession sess,
String name)
Inline/internal variant of Free SystemLockObject
|
protected SystemLockObject |
lookupSystemLockObject(LibrarySession sess,
String name)
Lookup SystemLockObject by name
|
protected void |
modifySystemLockObject(LibrarySession sess,
ParameterTable params)
Section variant of Modify SystemLockObject
|
protected void |
modifySystemLockObject(LibrarySession sess,
String name,
SystemLockObjectDefinition slodef)
internal variant of Modify SystemLockObject
|
void |
showSystemLockObject(LibrarySession sess,
ParameterTable params)
Section variant of showSystemLockObject
|
void |
showSystemLockObject(LibrarySession sess,
String sloName)
Inline/internal variant of showSystemLockObject
|
void |
showSystemLockObject(LibrarySession sess,
SystemLockObject slo)
Show SystemLockObject by name
|
protected AdminManager m_Main
public SystemLockObjectAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.protected void createSystemLockObject(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void createSystemLockObject(LibrarySession sess, SystemLockObjectDefinition def) throws IfsException
IfsException
protected void modifySystemLockObject(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void modifySystemLockObject(LibrarySession sess, String name, SystemLockObjectDefinition slodef) throws IfsException
IfsException
protected void freeSystemLockObject(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void freeSystemLockObject(LibrarySession sess, String name) throws IfsException
IfsException
public void showSystemLockObject(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showSystemLockObject(LibrarySession sess, String sloName) throws IfsException
IfsException
public void showSystemLockObject(LibrarySession sess, SystemLockObject slo) throws IfsException
IfsException
protected SystemLockObject lookupSystemLockObject(LibrarySession sess, String name) throws IfsException
IfsException
Copyright © 2023. All rights reserved.