jsr.daemon
Class DaemonAttributes.DaemonAttribute

java.lang.Object
  |
  +--jsr.daemon.DaemonAttributes.DaemonAttribute
Enclosing class:
DaemonAttributes

protected static class DaemonAttributes.DaemonAttribute
extends java.lang.Object

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

DaemonAttributes.DaemonAttribute

protected DaemonAttributes.DaemonAttribute(java.lang.String key,
                                           java.lang.Object value)
contructor of an attribute
Parameters:
key - the key of this attribute
value - the value of this attribute
Method Detail

getKey

protected java.lang.String getKey()
method for getting the key of this attribute
Returns:
key of this attribute

getValue

protected java.lang.Object getValue()
method for getting the value of this attribute
Returns:
value of this attribute

setPrevious

protected void setPrevious(DaemonAttributes.DaemonAttribute previous)
method for setting the predecessor of this attribute
Parameters:
previous - reference to the predecessor of this attribute

getPrevious

protected DaemonAttributes.DaemonAttribute getPrevious()
method for getting the predecessor of this attribute
Returns:
reference to the predecessor of this attribute

setNext

protected void setNext(DaemonAttributes.DaemonAttribute next)
method for setting the successor of this attribute
Parameters:
next - reference to the successor of this attribute

getNext

protected DaemonAttributes.DaemonAttribute getNext()
method for getting the successor of this attribute
Returns:
reference to the successor of this attribute