Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

recoin.system.session
Class ComponentChain  view ComponentChain download ComponentChain.java

java.lang.Object
  extended byrecoin.system.session.ComponentChain

public class ComponentChain
extends java.lang.Object

The ComponentChain contains instructions about the the components that should take part in the RetrievalCycle. A ComponentChain basically is a number of ComponentOrder objects that are adressed at Component objects in Modules.

Version:
0.2.9

Field Summary
 java.util.Vector orders
          The ComponentOrders.
 
Constructor Summary
ComponentChain()
          Creates a new empty ComponentChain.
 
Method Summary
 void addOrder(ComponentOrder order)
          Adds the specified ComponentOrder to this ComponentChain.
 java.util.Iterator getOrderIterator()
          Returns an Iterator for the ComponentOrder objects.
 java.util.Vector getOrders()
          Returns the ComponentOrders of this ComponentChain.
 void removeOrder(ComponentOrder order)
          Removes the specified ComponentOrder from this ComponentChain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orders

public java.util.Vector orders
The ComponentOrders.

Constructor Detail

ComponentChain

public ComponentChain()
Creates a new empty ComponentChain.

Method Detail

getOrderIterator

public java.util.Iterator getOrderIterator()
Returns an Iterator for the ComponentOrder objects.


addOrder

public void addOrder(ComponentOrder order)
Adds the specified ComponentOrder to this ComponentChain.


getOrders

public java.util.Vector getOrders()
Returns the ComponentOrders of this ComponentChain.


removeOrder

public void removeOrder(ComponentOrder order)
Removes the specified ComponentOrder from this ComponentChain.