org.apache.servicemix.wsn.component
Class WSNComponent.WSNEndpointManager

java.lang.Object
  extended by org.apache.servicemix.wsn.component.WSNComponent.WSNEndpointManager
All Implemented Interfaces:
EndpointManager
Enclosing class:
WSNComponent

public class WSNComponent.WSNEndpointManager
extends java.lang.Object
implements EndpointManager


Constructor Summary
WSNComponent.WSNEndpointManager()
           
 
Method Summary
 java.lang.Object register(java.lang.String address, java.lang.Object service)
           
 void unregister(java.lang.Object endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSNComponent.WSNEndpointManager

public WSNComponent.WSNEndpointManager()
Method Detail

register

public java.lang.Object register(java.lang.String address,
                                 java.lang.Object service)
                          throws EndpointRegistrationException
Specified by:
register in interface EndpointManager
Throws:
EndpointRegistrationException

unregister

public void unregister(java.lang.Object endpoint)
                throws EndpointRegistrationException
Specified by:
unregister in interface EndpointManager
Throws:
EndpointRegistrationException


Copyright © 2005-2013 FuseSource. All Rights Reserved.