|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.AbstractAgent
org.mule.agent.AbstractNotificationLoggerAgent
org.mule.agent.EndpointNotificationLoggerAgent
public class EndpointNotificationLoggerAgent
EndpointAbstractEventLoggerAgent
will forward server notifications
to a configurered endpoint uri.
Field Summary |
---|
Fields inherited from class org.mule.agent.AbstractNotificationLoggerAgent |
---|
logger |
Fields inherited from class org.mule.AbstractAgent |
---|
muleContext, name |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Startable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Stoppable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
EndpointNotificationLoggerAgent()
|
Method Summary | |
---|---|
protected void |
doInitialise()
|
java.lang.String |
getDescription()
Should be a 1 line description of the agent |
OutboundEndpoint |
getEndpoint()
|
protected void |
logEvent(ServerNotification e)
|
void |
setEndpoint(OutboundEndpoint endpoint)
|
Methods inherited from class org.mule.AbstractAgent |
---|
getName, setMuleContext, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndpointNotificationLoggerAgent()
Method Detail |
---|
protected void doInitialise() throws InitialisationException
doInitialise
in class AbstractNotificationLoggerAgent
InitialisationException
protected void logEvent(ServerNotification e)
logEvent
in class AbstractNotificationLoggerAgent
public java.lang.String getDescription()
getDescription
in interface Agent
getDescription
in class AbstractAgent
public OutboundEndpoint getEndpoint()
public void setEndpoint(OutboundEndpoint endpoint)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |