org.ourgrid.common.rmi
Class OurgridUnicastRemoteObject
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.ourgrid.common.rmi.OurgridUnicastRemoteObject
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote
- Direct Known Subclasses:
- AbstractFailureDetector, BindableMockGumpClientWrapper, BindableMockGumpWrapper, BrokerAccessImpl, CorePeerImpl, CorePeerUIManager, GUIListenerImpl, GumpClientImpl, GumpManagerImpl, GumProxy, MyGridUIManager, PeerUIManager, RemoteAccessImpl, RemoteFakeGumpClient, RemoteTestServicesImpl, SchedulerImpl, ShutdownManagerImpl, ShutdownManagerImpl, StatusProviderImpl, UserAgentServerImpl, UserAgentUIManager
public class OurgridUnicastRemoteObject
- extends java.rmi.server.UnicastRemoteObject
This class defines a default constructor that must be used by every remote
object in OurGrid.
- Author:
- Flavio Vinicius Diniz de Figueiredo - flaviov@lsd.ufcg.edu.br
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
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 |
OurgridUnicastRemoteObject
protected OurgridUnicastRemoteObject()
throws java.rmi.RemoteException
- Builds a new
OurgridUnicastRemoteObject
.
- Throws:
java.rmi.RemoteException
- If failed to export object
OurgridUnicastRemoteObject
public OurgridUnicastRemoteObject(int securePort,
MGSecureClientSocketFactory secureClientSocketFactory,
MGSecureServerSocketFactory secureServerSocketFactory)
throws java.rmi.RemoteException
- Builds a new
OurgridUnicastRemoteObject
for secure
communications.
- Throws:
java.rmi.RemoteException
- If failed to export object
OurgridUnicastRemoteObject
public OurgridUnicastRemoteObject(int port)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException