|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jsr.daemon.DaemonAttributes.DaemonAttribute
static inner helper class for binding attribute values and additional references
Constructor Summary | |
protected |
DaemonAttributes.DaemonAttribute(java.lang.String key,
java.lang.Object value)
contructor of an attribute |
Method Summary | |
protected java.lang.String |
getKey()
method for getting the key of this attribute |
protected DaemonAttributes.DaemonAttribute |
getNext()
method for getting the successor of this attribute |
protected DaemonAttributes.DaemonAttribute |
getPrevious()
method for getting the predecessor of this attribute |
protected java.lang.Object |
getValue()
method for getting the value of this attribute |
protected void |
setNext(DaemonAttributes.DaemonAttribute next)
method for setting the successor of this attribute |
protected void |
setPrevious(DaemonAttributes.DaemonAttribute previous)
method for setting the predecessor of this attribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DaemonAttributes.DaemonAttribute(java.lang.String key, java.lang.Object value)
key
- the key of this attributevalue
- the value of this attributeMethod Detail |
protected java.lang.String getKey()
protected java.lang.Object getValue()
protected void setPrevious(DaemonAttributes.DaemonAttribute previous)
previous
- reference to the predecessor of this attributeprotected DaemonAttributes.DaemonAttribute getPrevious()
protected void setNext(DaemonAttributes.DaemonAttribute next)
next
- reference to the successor of this attributeprotected DaemonAttributes.DaemonAttribute getNext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |