Package com.sun.solaris.service.pools
Class Component
- java.lang.Object
-
- com.sun.solaris.service.pools.Element
-
- com.sun.solaris.service.pools.Component
-
- All Implemented Interfaces:
Property,PropertyWalk
public class Component extends Element
TheComponentclass represents a configuration resource component.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Indicates whether some other Component is "equal to this one.protected longgetElem()Return the pointer to this component as an element.java.lang.StringgetInformation(int deep)Returns a descriptive string which describes the component.inthashCode()Returns a hash code value for the object.java.lang.StringtoString()Returns a string representation of this component.-
Methods inherited from class com.sun.solaris.service.pools.Element
getBoolProperty, getDoubleProperty, getLongProperty, getProperty, getStringProperty, putProperty, rmProperty, walk, walkProperties
-
-
-
-
Method Detail
-
getInformation
public java.lang.String getInformation(int deep) throws PoolsExceptionReturns a descriptive string which describes the component.- Specified by:
getInformationin classElement- Parameters:
deep- Whether the information should contain information about all contained elements.- Returns:
- a descriptive string which describes the component.
- Throws:
PoolsException- If the component cannot be located.
-
toString
public java.lang.String toString()
Returns a string representation of this component.
-
equals
public boolean equals(java.lang.Object o)
Indicates whether some other Component is "equal to this one.- Overrides:
equalsin classjava.lang.Object- Parameters:
o- the reference object with which to compare.- Returns:
trueif this object is the same as the o argument;falseotherwise.- See Also:
hashCode()
-
hashCode
public int hashCode()
Returns a hash code value for the object. This method is supported for the benefit of hashtables such as those provided byjava.util.Hashtable.- Overrides:
hashCodein classjava.lang.Object- Returns:
- a hash code value for this object.
- See Also:
equals(java.lang.Object),Hashtable
-
getElem
protected long getElem() throws PoolsExceptionReturn the pointer to this component as an element.- Specified by:
getElemin classElement- Returns:
- The pointer to the native component which this object wraps.
- Throws:
PoolsException- If there is an error converting the native component pointer to a native elem pointer.
-
-