|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSObject | |
com.novell.admin.ns | |
com.novell.admin.ns.nds |
Uses of NSObject in com.novell.admin.ns |
Subclasses of NSObject in com.novell.admin.ns | |
class |
DefaultNSObject
Memory model for objects stored in a namespace. |
class |
MODObject
Model for property pages to update multiple objects. |
Methods in com.novell.admin.ns that return NSObject | |
abstract NSObject |
NSObject.clone(com.novell.application.console.snapin.ObjectEntry newIdentity)
Creates an exact duplicate of this NSObject but give it a new identity. |
NSObject |
DefaultNSObject.clone(com.novell.application.console.snapin.ObjectEntry newIdentity)
Creates an exact duplicate of this NSObject but gives it a new identity. |
NSObject |
NSObjectCache.getDetails(java.lang.Object key,
com.novell.application.console.snapin.ObjectEntry obj)
Retrieves the cached NSObject for a given key. |
NSObject |
AdminNamespace.createNSObject(com.novell.application.console.snapin.ObjectEntry objEntry,
java.util.Vector attributes)
Creates a new NSObject. |
NSObject |
AdminNamespace.createNSObject(com.novell.application.console.snapin.ObjectEntry objEntry,
java.util.Vector attributes,
long revision)
Deprecated. Please use createNSObject(ObjectEntry objEntry, Vector attributes). |
NSObject |
AdminNamespace.getDetails(com.novell.application.console.snapin.ObjectEntry obj)
Reads the details for an existing object and returns an NSObject for that object. |
NSObject |
AdminNamespace.getDetails(com.novell.application.console.snapin.ObjectEntry obj,
java.lang.Object key)
Reads the details for an existing object and returns an NSObject for that object. |
Methods in com.novell.admin.ns with parameters of type NSObject | |
void |
AdminNamespace.create(NSObject obj)
Creates a new object in the namespace. |
void |
AdminNamespace.update(NSObject obj)
Writes object changes to the namespace. |
Uses of NSObject in com.novell.admin.ns.nds |
Subclasses of NSObject in com.novell.admin.ns.nds | |
class |
NDSObject
Memory model for objects stored in a namespace. |
Methods in com.novell.admin.ns.nds that return NSObject | |
NSObject |
NDSNamespace.getDetails(com.novell.application.console.snapin.ObjectEntry obj,
com.novell.application.console.snapin.ObjectEntry serverObj)
Reads the details for an existing object and returns an NSObject for that object. |
NSObject |
NDSObject.clone(com.novell.application.console.snapin.ObjectEntry newIdentity)
Creates an exact duplicate of this NSObject but gives it a new identity. |
Methods in com.novell.admin.ns.nds with parameters of type NSObject | |
void |
NDSNamespace.update(NSObject obj,
com.novell.application.console.snapin.ObjectEntry serverObj)
Writes object changes to the namespace. |
void |
NDSNamespace.create(NSObject obj,
com.novell.application.console.snapin.ObjectEntry serverObj)
Creates a new object in the namespace. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |