Uses of Class
eu.tneitzel.rmg.networking.RMIEndpoint
-
Packages that use RMIEndpoint Package Description eu.tneitzel.rmg.io eu.tneitzel.rmg.networking eu.tneitzel.rmg.operations -
-
Uses of RMIEndpoint in eu.tneitzel.rmg.io
Methods in eu.tneitzel.rmg.io with parameters of type RMIEndpoint Modifier and Type Method Description voidSampleWriter. createSamples(String boundName, String className, boolean unknownClass, List<MethodCandidate> methods, RMIEndpoint rmi)Creates samples for a bound name and the corresponding available remote methods. -
Uses of RMIEndpoint in eu.tneitzel.rmg.networking
Subclasses of RMIEndpoint in eu.tneitzel.rmg.networking Modifier and Type Class Description classRMIRegistryEndpointThe RMIRegistryEndpoint represents an RMI Registry endpoint on the remote server.Constructors in eu.tneitzel.rmg.networking with parameters of type RMIEndpoint Constructor Description RMIRegistryEndpoint(RMIEndpoint rmi)Alternative constructor that creates the RMIRegistryEndpoint from an already existing RMIEndpoint. -
Uses of RMIEndpoint in eu.tneitzel.rmg.operations
Methods in eu.tneitzel.rmg.operations that return RMIEndpoint Modifier and Type Method Description RMIEndpointDispatcher. getRMIEndpoint()Creates an RMIEndpoint object from the target host and port specified on the command line.Constructors in eu.tneitzel.rmg.operations with parameters of type RMIEndpoint Constructor Description ActivationClient(RMIEndpoint rmiEndpoint)Create a new ActivationClient.DGCClient(RMIEndpoint rmiEndpoint)Create a new DGCClient.RegistryClient(RMIEndpoint rmiEndpoint)Create a new RegistryClient.RemoteObjectClient(RMIEndpoint rmiEndpoint, ObjID objID)When the ObjID of a remote object is already known, we can talk to this object without a previous lookup operation.
-