public abstract class MConsumerImpl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector |
m_listeners |
MSubscriberEventSource |
m_owner |
protected java.lang.String |
m_tpEndpointName |
protected java.util.Vector |
m_TPlugin |
Modifier | Constructor and Description |
---|---|
protected |
MConsumerImpl(MSubscriberEventSource owner) |
Modifier and Type | Method and Description |
---|---|
abstract void |
activate() |
void |
addListener(MEventListener p_listener) |
void |
addTPluginName(java.lang.String sTPluginName) |
abstract void |
deactivate() |
java.lang.Object |
getDestination() |
java.util.Enumeration |
getListeners() |
java.util.Vector |
getTPluginNames() |
boolean |
hasListeners() |
boolean |
invokeTransformationPlugin(MTree tree) |
void |
notify(MEvent p_event) |
MEventListener |
removeListener(MEventListener listener) |
void |
setTPEndpointName(java.lang.String name) |
void |
suspend() |
protected java.util.Vector m_listeners
public MSubscriberEventSource m_owner
protected java.util.Vector m_TPlugin
protected java.lang.String m_tpEndpointName
protected MConsumerImpl(MSubscriberEventSource owner)
public abstract void activate() throws MException
MException
public abstract void deactivate() throws MException
MException
public void suspend() throws MException
MException
public void addListener(MEventListener p_listener)
public java.util.Enumeration getListeners()
public boolean hasListeners()
public MEventListener removeListener(MEventListener listener)
public void notify(MEvent p_event)
public void addTPluginName(java.lang.String sTPluginName)
public java.util.Vector getTPluginNames()
public java.lang.Object getDestination()
public void setTPEndpointName(java.lang.String name)
public boolean invokeTransformationPlugin(MTree tree) throws MException
MException