|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interfaces outlines the most basic functionality of a WS-Eventing node. Individual nodes such as Source, Sink and SubscriptionManager will extend this interface.
Method Summary | |
EndpointReferenceType |
getEndpointReference()
|
void |
initialize(Properties props)
Initializes various properties related to this node |
boolean |
isInitialized()
Reports if this node has been initialized |
boolean |
isLoggingEnabled()
Indicates if logging has been enabled for this node |
void |
setEndpointReference(EndpointReferenceType endpointReference)
Retrieves the endpoint reference associated with this node |
boolean |
startServices()
Starts Services. |
boolean |
stopServices()
Stops Services. |
Method Detail |
public boolean startServices() throws DeploymentException
DeploymentException
public boolean stopServices() throws DeploymentException
DeploymentException
public void initialize(Properties props) throws DeploymentException
DeploymentException
public boolean isInitialized()
public boolean isLoggingEnabled()
public EndpointReferenceType getEndpointReference()
public void setEndpointReference(EndpointReferenceType endpointReference)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |