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.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ActiveAdapter
protected ActiveAdapter(String id,
String applicationId)
validate
public void validate()
activate
public void activate()
- Specified by:
- activate in interface ActivatableBean