public abstract class WSNDeployableEndpoint extends AbstractEndpoint implements EndpointManager
definition, description, endpoint, interfaceName, logger, service, serviceUnit| Constructor and Description |
|---|
WSNDeployableEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
JmsCreatePullPoint |
getCreatePullPoint() |
JbiNotificationBroker |
getNotificationBroker() |
void |
process(javax.jbi.messaging.MessageExchange exchange) |
java.lang.Object |
register(java.lang.String address,
java.lang.Object service) |
void |
start() |
void |
stop() |
void |
unregister(java.lang.Object endpoint) |
activate, deactivate, getDefinition, getDescription, getEndpoint, getInterfaceName, getKey, getRole, getService, getServiceUnit, isExchangeOkay, prepareExchange, setDefinition, setDescription, setEndpoint, setInterfaceName, setService, setServiceUnit, toString, validatepublic JbiNotificationBroker getNotificationBroker()
public JmsCreatePullPoint getCreatePullPoint()
public void process(javax.jbi.messaging.MessageExchange exchange)
throws java.lang.Exception
process in interface Endpointprocess in class AbstractEndpointjava.lang.Exceptionpublic java.lang.Object register(java.lang.String address,
java.lang.Object service)
throws EndpointRegistrationException
register in interface EndpointManagerEndpointRegistrationExceptionpublic void unregister(java.lang.Object endpoint)
throws EndpointRegistrationException
unregister in interface EndpointManagerEndpointRegistrationExceptionpublic void start()
throws java.lang.Exception
start in interface Endpointstart in class AbstractEndpointjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
stop in interface Endpointstop in class AbstractEndpointjava.lang.ExceptionCopyright © 2005-2015 FuseSource. All Rights Reserved.