com.croftsoft.apps.vaft.core
Class ActorRemoteInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ActorRemoteInfo
public ActorRemoteInfo(String rmi_server_name,
int rmi_server_port,
String rmi_object_name,
String[] roles)
getActorRemote
public static ActorRemote getActorRemote(String url)
throws MalformedURLException,
NotBoundException,
RemoteException
- Throws:
MalformedURLException
NotBoundException
RemoteException
CroftSoft Apps Javadoc (2008-09-28 21:15:07)