|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.pd.jutil.PDEnvironmentObject
com.tivoli.pd.jadmin.PDAdmSvcPobj
public class PDAdmSvcPobj
Represents the value of a Security Access Manager Administration Service protected object.
Modes: Local,Remote
Constructor Summary | |
---|---|
PDAdmSvcPobj(com.tivoli.pd.jasn1.azn_internal_pobj_t pobj)
|
|
PDAdmSvcPobj(java.lang.String pname,
long ptype,
java.lang.String pdescription,
boolean isPolAttachable)
Construct a PDAdmSvcPobj. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a copy of this object. |
com.tivoli.pd.jasn1.azn_internal_pobj_t |
convertToAsnPobj()
Convert this PDAdmSvcPobj object to an azn_internal_pobj_t object suitable for ASN.1 encoding. |
boolean |
equals(java.lang.Object obj)
Indicates whether some other Object is equal to this one. |
java.lang.String |
getDescription()
Returns the description of the Administration Service protected object. |
java.lang.String |
getId()
Returns the ID of the Administration Service protected object. |
long |
getType()
Returns the type of the Administration Service protected object. |
int |
hashCode()
Returns a unique integer representing this object in memory. |
boolean |
isPolicyAttachable()
Returns a setting indicating whether policy can be attached to this Administration Service protected object. |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class com.tivoli.pd.jutil.PDEnvironmentObject |
---|
getContext, setContext |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDAdmSvcPobj(java.lang.String pname, long ptype, java.lang.String pdescription, boolean isPolAttachable) throws java.lang.NullPointerException
pname
- the name of the Administration Service protected object.
This value cannot be null.ptype
- the type of the object.pdescription
- a description for the object. This value can
be null.isPolAttachable
- a boolean indicating whether policy can
be attached to the object.
java.lang.NullPointerException
public PDAdmSvcPobj(com.tivoli.pd.jasn1.azn_internal_pobj_t pobj) throws PDException
PDException
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to be compared to this one.
true
if the PDAdmSvcPobjs are identical,
false
otherwise.public java.lang.Object clone()
clone
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getId()
public long getType()
public java.lang.String getDescription()
public boolean isPolicyAttachable()
public java.lang.String toString()
toString
in class java.lang.Object
public com.tivoli.pd.jasn1.azn_internal_pobj_t convertToAsnPobj() throws java.lang.ClassNotFoundException, com.tivoli.pd.jasn1.UnsignedIntegerRangeException
java.lang.ClassNotFoundException
com.tivoli.pd.jasn1.UnsignedIntegerRangeException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |