se.ericsson.eto.norarc.javaframe
Class SimpleIdRouterMediator

java.lang.Object
  extended byse.ericsson.eto.norarc.javaframe.Mediator
      extended byse.ericsson.eto.norarc.javaframe.SimpleRouterMediator
          extended byse.ericsson.eto.norarc.javaframe.SimpleIdRouterMediator
All Implemented Interfaces:
Addressable, java.io.Serializable

public abstract class SimpleIdRouterMediator
extends SimpleRouterMediator

See Also:
Serialized Form

Field Summary
 java.util.LinkedList idList
           
 
Fields inherited from class se.ericsson.eto.norarc.javaframe.SimpleRouterMediator
mediatorList
 
Fields inherited from class se.ericsson.eto.norarc.javaframe.Mediator
address
 
Constructor Summary
SimpleIdRouterMediator()
           
 
Method Summary
 void addId(java.lang.Object id)
           
 void removeAddress(Addressable a)
          Removes the specified {link Mediator} from the mediatorList.
 
Methods inherited from class se.ericsson.eto.norarc.javaframe.SimpleRouterMediator
addAddress, forward
 
Methods inherited from class se.ericsson.eto.norarc.javaframe.Mediator
getAddress, input, mediatorName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idList

public java.util.LinkedList idList
Constructor Detail

SimpleIdRouterMediator

public SimpleIdRouterMediator()
Method Detail

removeAddress

public void removeAddress(Addressable a)
Description copied from class: SimpleRouterMediator
Removes the specified {link Mediator} from the mediatorList.

Overrides:
removeAddress in class SimpleRouterMediator
Parameters:
a - The mediator to be removed from the mediatorList.

addId

public void addId(java.lang.Object id)