|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WsrmNode
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 |
|---|
boolean startServices()
throws DeploymentException
DeploymentException
boolean stopServices()
throws DeploymentException
DeploymentException
void initialize(Properties props)
throws DeploymentException
DeploymentExceptionboolean isInitialized()
boolean isLoggingEnabled()
EndpointReferenceType getEndpointReference()
void setEndpointReference(EndpointReferenceType endpointReference)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||