Package com.webmethods.rtl.event.ecs
Interface IEventContainerSupport
public interface IEventContainerSupport
This interface exposes all of the necessary container requirements that the event subsystem relies upon.
IEvent Container Support
-
Method Details
-
getThreadLocalStorage
Container specific thread local storage -
isClustered
boolean isClustered()Whether the container is clustered -
getObject
IObjectSupport getObject()Object Support -
getJMS
IJMSSupport getJMS()JMS Support -
getXML
IXMLSupport getXML()XML Support -
getLog
ILogSupport getLog()Debug statements -
getShutdown
IShutdownSupport getShutdown()Shutdown support -
getEndpoint
IEndpointSupport getEndpoint()Endpoint support -
getPerfSupport
IPerfSupport getPerfSupport()IPerfSupport
-