Class com.orbs.pub.app.agent.vaft.core.ActorRemoteInfo
java.lang.Object
    |
    +----com.orbs.pub.app.agent.vaft.core.ActorRemoteInfo
- Subclasses: 
- HostInfo
- public class ActorRemoteInfo- extends java.lang.Object- implements java.io.Serializable
- 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 | 
 
rmi_server_name
public java.lang.String rmi_server_name
rmi_server_port
public int rmi_server_port
rmi_object_name
public java.lang.String rmi_object_name
roles
public java.lang.String[] roles
ActorRemoteInfo
public ActorRemoteInfo(java.lang.String rmi_server_name,
                       int rmi_server_port,
                       java.lang.String rmi_object_name,
                       java.lang.String[] roles)
getActorRemote
public static ActorRemote getActorRemote(java.lang.String url) throws java.net.MalformedURLException, java.rmi.NotBoundException, java.rmi.RemoteException
-