Class com.orbs.pub.app.agent.vaft.core.Host
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer
|
+----java.rmi.server.UnicastRemoteObject
|
+----com.orbs.pub.app.agent.vaft.core.Host
- public class Host
- extends java.rmi.server.UnicastRemoteObject
- implements Actor, ActorRemote, HostRemote, SwapRemote, ShutdownRemote
- Version:
- 1998-04-26
- Author:
- David W. Croft
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Host
public Host(java.lang.String rmi_object_name,
java.lang.String password,
HostList hostList) throws java.rmi.RemoteException
bind_Host
public static Host bind_Host(java.lang.String rmi_object_name,
java.lang.String password,
HostList hostList) throws java.rmi.AlreadyBoundException, java.net.MalformedURLException, java.rmi.RemoteException
- Instantiates a Host then binds it to the registry.
getHostList
public HostList getHostList()
getRoles
public java.lang.String[] getRoles()
- Implements:
- getRoles in interface Actor
getRolesRemote
public java.lang.String[] getRolesRemote() throws java.rmi.RemoteException
- Implements:
- getRolesRemote in interface ActorRemote
host
public void host(Actor actor) throws java.rmi.RemoteException
- Implements:
- host in interface HostRemote
swap
public HostList swap(HostList hostList) throws java.rmi.RemoteException
- Implements:
- swap in interface SwapRemote
shutdown
public boolean shutdown(java.lang.String password) throws java.rmi.RemoteException
- Implements:
- shutdown in interface ShutdownRemote