com.novell.admin.ns.fs
Class FSRootObjectEntry

java.lang.Object
  |
  +--com.novell.application.console.snapin.ObjectEntry
        |
        +--com.novell.admin.ns.fs.FSRootObjectEntry
All Implemented Interfaces:
java.io.Serializable

public class FSRootObjectEntry
extends ObjectEntry

This class represents the root Object Entry within the file system namespace It has 2 additional instance variables than the basic Object Entry


Constructor Summary
FSRootObjectEntry(ObjectEntry federationPointObject, java.lang.String fullRootContextIdentifer, ObjectType type, java.lang.String simpleName)
          Contructs an FSRootObjectEntry in the file system namespace.
FSRootObjectEntry(ObjectEntry federationPointObject, java.lang.String fullRootContextIdentifer, ObjectType type, java.lang.String simpleName, long objectFlags)
          Contructs an FSRootObjectEntry with the objectFlags in the file system namespace.
 
Method Summary
 ObjectEntry getFederationPointObject()
          Returns the object entry where the federation started
 java.lang.String getFullRootContextIdentifer()
          Returns a string that represents the full identity of the root object in the file system namespace.
 
Methods inherited from class com.novell.application.console.snapin.ObjectEntry
addSubType, equals, getFullName, getName, getObjectFlags, getObjectType, getObjectTypes, getParent, getRoot, getSubTypes, hashCode, removeSubType, setObjectFlags, setSubTypes, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSRootObjectEntry

public FSRootObjectEntry(ObjectEntry federationPointObject,
                         java.lang.String fullRootContextIdentifer,
                         ObjectType type,
                         java.lang.String simpleName)
Contructs an FSRootObjectEntry in the file system namespace.
Parameters:
federationPointObject - The OE from the parent namespace where federation happened
fullRootContextIdentifer - identifies the object in this namespace: "tree/fullVolumeName/"
name - The name of the object which is used to build a normal OE: "serverName/volName"
type - The ObjectType of the object - this should be a Volume type in the filesystem namespace.

FSRootObjectEntry

public FSRootObjectEntry(ObjectEntry federationPointObject,
                         java.lang.String fullRootContextIdentifer,
                         ObjectType type,
                         java.lang.String simpleName,
                         long objectFlags)
Contructs an FSRootObjectEntry with the objectFlags in the file system namespace.
Parameters:
federationPointObject - The OE from the parent namespace where federation happened
fullRootContextIdentifer - identifies the object in this namespace: "tree/fullVolumeName/"
name - The name of the object which is used to build a normal OE: "serverName/volName"
type - The ObjectType of the object - this should be a Volume type in the filesystem namespace.
objectFlags - The flags associated with the object - may be 0 if flags not required.
Method Detail

getFederationPointObject

public ObjectEntry getFederationPointObject()
Returns the object entry where the federation started
Returns:
object entry where the federation started.

getFullRootContextIdentifer

public java.lang.String getFullRootContextIdentifer()
Returns a string that represents the full identity of the root object in the file system namespace.
Returns:
The full root context identifier.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.