com.croftsoft.apps.vaft.core
Class ActorRemoteInfo

java.lang.Object
  extended by com.croftsoft.apps.vaft.core.ActorRemoteInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HostInfo

public class ActorRemoteInfo
extends Object
implements Serializable

Version:
1998-04-26
See Also:
Serialized Form
Author:
David W. Croft

Field Summary
 String rmi_object_name
           
 String rmi_server_name
           
 int rmi_server_port
           
 String[] roles
           
 
Constructor Summary
ActorRemoteInfo(String rmi_server_name, int rmi_server_port, String rmi_object_name, String[] roles)
           
 
Method Summary
static ActorRemote getActorRemote(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rmi_server_name

public String rmi_server_name

rmi_server_port

public int rmi_server_port

rmi_object_name

public String rmi_object_name

roles

public String[] roles
Constructor Detail

ActorRemoteInfo

public ActorRemoteInfo(String rmi_server_name,
                       int rmi_server_port,
                       String rmi_object_name,
                       String[] roles)
Method Detail

getActorRemote

public static ActorRemote getActorRemote(String url)
                                  throws MalformedURLException,
                                         NotBoundException,
                                         RemoteException
Throws:
MalformedURLException
NotBoundException
RemoteException

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)