|
||||||||||
| 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 | |
cgl.narada.wsinfra.schemas.addressing.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(cgl.narada.wsinfra.schemas.addressing.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
DeploymentExceptionpublic boolean isInitialized()
public boolean isLoggingEnabled()
public cgl.narada.wsinfra.schemas.addressing.EndpointReferenceType getEndpointReference()
public void setEndpointReference(cgl.narada.wsinfra.schemas.addressing.EndpointReferenceType endpointReference)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||