|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamespaceSnapin | |
| com.novell.admin.ns.fs | Provides interfaces and classes for administering a file system namespace through ConsoleOne. |
| com.novell.admin.ns.fs.nw | Provides interfaces and classes for administering the NetWare file system namespace through ConsoleOne. |
| com.novell.admin.ns.jfs | Provides interfaces and classes for administering a Java file system namespace through ConsoleOne. |
| com.novell.admin.ns.nw | Provides interfaces and classes for administering a NetWare NDS namespace through ConsoleOne. |
| com.novell.application.console.snapin | Provides interfaces and classes for creating and managing snap-ins to the ConsoleOne shell. |
| Uses of NamespaceSnapin in com.novell.admin.ns.fs |
| Subinterfaces of NamespaceSnapin in com.novell.admin.ns.fs | |
interface |
FSNamespace
Extends the AdminNamespace and provides the interface for the management of files and directories. |
| Uses of NamespaceSnapin in com.novell.admin.ns.fs.nw |
| Subinterfaces of NamespaceSnapin in com.novell.admin.ns.fs.nw | |
interface |
NWFSNamespace
Extends the File System Namespace and allows different protocols to be implemented. |
| Uses of NamespaceSnapin in com.novell.admin.ns.jfs |
| Classes in com.novell.admin.ns.jfs that implement NamespaceSnapin | |
class |
LocalVolumesNamespace
|
| Uses of NamespaceSnapin in com.novell.admin.ns.nw |
| Classes in com.novell.admin.ns.nw that implement NamespaceSnapin | |
class |
NetWareNamespace
This class provides the utility to manage a Novell Directory Service Namespace. |
| Uses of NamespaceSnapin in com.novell.application.console.snapin |
| Methods in com.novell.application.console.snapin that return NamespaceSnapin | |
NamespaceSnapin |
Shell.getTreeSelectionNamespace()
Returns the namespace currently being browsed by the user. |
NamespaceSnapin[] |
Shell.getAllNamespaceSnapins()
Returns the current instances of all namespaces that are loaded. |
NamespaceSnapin |
Shell.getNamespaceSnapin(java.lang.String uniqueID)
Returns the namespace specified by its uniqueID string. |
NamespaceSnapin |
ObjectType.getNamespace()
Returns the namespace object in which this ObjectType resides. |
| Constructors in com.novell.application.console.snapin with parameters of type NamespaceSnapin | |
ObjectType.ObjectType(java.lang.String name,
NamespaceSnapin space,
boolean container,
ObjectType parentType)
Constructs an ObjectType for the specified namespace with the parent the ObjectType. |
|
ObjectType.ObjectType(java.lang.String name,
NamespaceSnapin space,
boolean container,
ObjectType[] parentTypes)
Constructs an ObjectType for the specified namespace with an array of parentTypes. |
|
ObjectType.ObjectType(java.lang.String name,
NamespaceSnapin space,
boolean container)
Constructs an ObjectType for the specified namespace without the parentTypes parameter (set to null). |
|
ObjectType.ObjectType(java.lang.String name,
NamespaceSnapin space,
boolean container,
ObjectType parentType,
boolean shortcut)
Constructs an ObjectType for the specified namespace with the parent the ObjectType. |
|
ObjectType.ObjectType(java.lang.String name,
NamespaceSnapin space,
boolean container,
ObjectType[] parentTypes,
boolean shortcut)
Constructs an ObjectType for the specified namespace with an array of parentTypes. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||