com.bea.wlrt.ede.impl
Class ActiveAdapter

java.lang.Object
  |
  +--com.bea.wlrt.ede.impl.AbstractEventSource
        |
        +--com.bea.wlrt.ede.impl.AbstractStage
              |
              +--com.bea.wlrt.ede.impl.AbstractAdapter
                    |
                    +--com.bea.wlrt.ede.impl.ActiveAdapter

public abstract class ActiveAdapter
extends AbstractAdapter
implements Runnable, ActivatableBean

An ActiveAdapter is an abstract adapter class that should be extended by adapter implementations that are active, that is, need to be executed in the context of thread. Subclasses are responsible for calling activate() in order to start running.


Constructor Summary
protected ActiveAdapter(String id, String applicationId)
           
 
Method Summary
 void activate()
           
 void validate()
           
 
Methods inherited from class com.bea.wlrt.ede.impl.AbstractAdapter
getWorkManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveAdapter

protected ActiveAdapter(String id,
                        String applicationId)
Method Detail

validate

public void validate()


activate

public void activate()
Specified by:
activate in interface ActivatableBean