com.pcbsys.nirvana.nAdminAPI.nDataStreamNode Class Reference

This class is an Admin API wrapper for a Data Stream object (nDataStream) More...

Inheritance diagram for com.pcbsys.nirvana.nAdminAPI.nDataStreamNode:
com.pcbsys.nirvana.nAdminAPI.nNode

Public Member Functions

nDataStream getDataStream ()
 Get the nDataStream client API object. More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.nAdminAPI.nNode
boolean equals (long aLong)
 Needed as part of the SortedObject interface.
 
synchronized String getAbsolutePath ()
 This function walks the tree to the root to generate a fully qualified name for this node. More...
 
String getName ()
 Returns the generic name of this node within the namespace. More...
 
nNode getParent ()
 Returns this nodes parent node. More...
 
String getRelativePath (nNode top) throws nAdminIllegalArgumentException
 This method returns the relative path from this node to the nNode passed. More...
 
boolean isMatch (Object item)
 Compares this object with the passed object. More...
 
boolean lessThan (long aLong)
 Needed as part of the SortedObject interface.
 
boolean lessThan (Object item)
 Compares this object with the passed object. More...
 

Detailed Description

This class is an Admin API wrapper for a Data Stream object (nDataStream)

See Also
com.pcbsys.nirvana.client.nDataStream

Member Function Documentation

nDataStream com.pcbsys.nirvana.nAdminAPI.nDataStreamNode.getDataStream ( )

Get the nDataStream client API object.

Returns
the nDataStream object