Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

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

Fields inherited from class java.rmi.server.RemoteObject
 ref
 

Constructor Summary
 Host(java.lang.String rmi_object_name, java.lang.String password, HostList hostList)
 
 

Method Summary
static Host  bind_Host(java.lang.String rmi_object_name, java.lang.String password, HostList hostList)
Instantiates a Host then binds it to the registry.
HostList  getHostList()
 
java.lang.String[]  getRoles()
 
java.lang.String[]  getRolesRemote()
 
void  host(Actor actor)
 
boolean  shutdown(java.lang.String password)
 
HostList  swap(HostList hostList)
 
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
 clone, exportObject
 
Methods inherited from class java.rmi.server.RemoteServer
 , getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
 equals, hashCode, toString
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Host

public Host(java.lang.String rmi_object_name,
            java.lang.String password,
            HostList hostList) throws java.rmi.RemoteException
Method Detail

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

Contents | Package | Class | Tree | Deprecated | Index | Help


Virtual Anarchy of Free Traders
PREV | NEXT SHOW LISTS | HIDE LISTS