org.dyncle
Class CLInfo

java.lang.Object
  extended by org.dyncle.CLInfo

public class CLInfo
extends java.lang.Object

Class for storing the information of individual control loops.

Author:
h-nakagawa

Constructor Summary
CLInfo()
           
CLInfo(java.lang.String name, ComponentBehaviour cb)
           
CLInfo(java.lang.String name, java.lang.String afqn, ComponentBehaviour cb, int pri, java.util.List<java.lang.String> confList)
           
 
Method Summary
 java.lang.String getClName()
           
 java.util.List<java.lang.String> getConfResources()
           
 int getPriority()
           
 ComponentBehaviour getRootComp()
           
 void printValues()
           
 void remove()
          Resets the member variable's reference.
 void setClName(java.lang.String clName)
           
 void setConfResources(java.util.List<java.lang.String> confResources)
           
 void setPriority(int priority)
           
 void setRootComp(ComponentBehaviour rootComp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLInfo

public CLInfo()

CLInfo

public CLInfo(java.lang.String name,
              ComponentBehaviour cb)

CLInfo

public CLInfo(java.lang.String name,
              java.lang.String afqn,
              ComponentBehaviour cb,
              int pri,
              java.util.List<java.lang.String> confList)
Method Detail

remove

public void remove()
Resets the member variable's reference. This method doesn't need to use explicitly for GC.


getClName

public java.lang.String getClName()

setClName

public void setClName(java.lang.String clName)

getRootComp

public ComponentBehaviour getRootComp()

setRootComp

public void setRootComp(ComponentBehaviour rootComp)

getPriority

public int getPriority()

setPriority

public void setPriority(int priority)

getConfResources

public java.util.List<java.lang.String> getConfResources()

setConfResources

public void setConfResources(java.util.List<java.lang.String> confResources)

printValues

public void printValues()