|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.ox.OXHandle | +--org.isam.exehda.services.ox.InvalidOXHandle
Field Summary |
Fields inherited from class org.isam.exehda.services.ox.OXHandle |
attributes, code, oid, owner |
Constructor Summary | |
InvalidOXHandle()
Creates a new instance of InvalidOXHandle |
Method Summary | |
java.lang.Object |
getAttribute(java.lang.String attr)
Retrieves the value of the given attribute |
ObjectId |
getId()
Returns the id of the OX which is handled by this OXHandle |
HostId |
getOwner()
Recuperates and returns the host in which the OXHandle currently resides. |
void |
setAttribute(java.lang.String attr,
java.lang.Object val)
Sets the value of the given attribute |
Methods inherited from class org.isam.exehda.services.ox.OXHandle |
getOwnershipCode, setOwner, setOwnershipCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InvalidOXHandle()
Method Detail |
public ObjectId getId()
getId
in class OXHandle
public HostId getOwner()
getOwner
in class OXHandle
public java.lang.Object getAttribute(java.lang.String attr)
getAttribute
in class OXHandle
attr
- a String indicating the attribute
public void setAttribute(java.lang.String attr, java.lang.Object val)
setAttribute
in class OXHandle
attr
- the attribute to be modifiedval
- the new value for the attribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |