org.smallmind.quorum.transport.remote
Class RemoteTargetImpl

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.smallmind.quorum.transport.remote.RemoteTargetImpl
All Implemented Interfaces:
Serializable, Remote, RemoteTarget

public class RemoteTargetImpl
extends UnicastRemoteObject
implements RemoteTarget

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RemoteTargetImpl(RemoteEndpoint remoteEndpoint, String registryName)
           
 
Method Summary
 Object remoteInvocation(InvocationSignal invocationSignal)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteTargetImpl

public RemoteTargetImpl(RemoteEndpoint remoteEndpoint,
                        String registryName)
                 throws NoSuchMethodException,
                        MalformedURLException,
                        RemoteException
Throws:
NoSuchMethodException
MalformedURLException
RemoteException
Method Detail

remoteInvocation

public Object remoteInvocation(InvocationSignal invocationSignal)
                        throws Exception
Specified by:
remoteInvocation in interface RemoteTarget
Throws:
Exception


Copyright © 2012. All Rights Reserved.