public class MountPointAdmin extends Object
Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
Constructor and Description |
---|
MountPointAdmin(AdminManager admin)
Creates a MountPointAdmin object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createMountPoint(LibrarySession sess,
ParameterTable params)
Creates a Mount Point.
|
protected void |
freeMountPoint(LibrarySession sess,
ParameterTable params)
Frees a Mount point.
|
protected void |
freeMountPoint(LibrarySession sess,
String mountPointName)
Frees a Mount point if the name is unique.
|
protected AdminManager m_Main
public MountPointAdmin(AdminManager admin)
admin
- Reference to AdminManager which invokes this.protected void createMountPoint(LibrarySession sess, ParameterTable params) throws IfsException
sess
- LibrarySession reference to the current session.params
- ParameterTable Reference to Table of parameters.IfsException
- if the operation fails.protected void freeMountPoint(LibrarySession sess, ParameterTable params) throws IfsException
sess
- LibrarySession Handle to the current Session.params
- ParameterTable Table of parameters.IfsException
- if the operation fails.protected void freeMountPoint(LibrarySession sess, String mountPointName) throws IfsException
sess
- LibrarySession reference to the current session.mountPointName
- String Name of the Mount point to be freed.IfxException
- if the operation fails.IfsException
Copyright © 2023. All rights reserved.