org.smallmind.quorum.transport.remote
Class RemoteEndpointBinder

java.lang.Object
  extended by org.smallmind.quorum.transport.remote.RemoteEndpointBinder

public class RemoteEndpointBinder
extends Object


Constructor Summary
RemoteEndpointBinder()
           
 
Method Summary
static void bind(RemoteEndpoint remoteEndpoint, String registryName)
           
static void unbind(String registryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEndpointBinder

public RemoteEndpointBinder()
Method Detail

bind

public static void bind(RemoteEndpoint remoteEndpoint,
                        String registryName)
                 throws NoSuchMethodException,
                        MalformedURLException,
                        RemoteException
Throws:
NoSuchMethodException
MalformedURLException
RemoteException

unbind

public static void unbind(String registryName)
                   throws MalformedURLException,
                          NotBoundException,
                          RemoteException
Throws:
MalformedURLException
NotBoundException
RemoteException


Copyright © 2012. All Rights Reserved.