Uses of Class
eu.tneitzel.rmg.utils.UnicastWrapper
-
Packages that use UnicastWrapper Package Description eu.tneitzel.rmg.operations eu.tneitzel.rmg.utils -
-
Uses of UnicastWrapper in eu.tneitzel.rmg.operations
Fields in eu.tneitzel.rmg.operations declared as UnicastWrapper Modifier and Type Field Description UnicastWrapperRemoteObjectClient. remoteObjectunderlying UnicastWrapperMethods in eu.tneitzel.rmg.operations that return UnicastWrapper Modifier and Type Method Description UnicastWrapperRemoteObjectClient. assignInterface(Class<?> intf)When a RemoteObjectClient was obtained using an ObjID, it has no assigned UnicastWrapper.Constructors in eu.tneitzel.rmg.operations with parameters of type UnicastWrapper Constructor Description MethodGuesser(UnicastWrapper[] remoteObjects, Set<MethodCandidate> candidates)To create a MethodGuesser you need to pass the references for remote objects you want to guess on.RemoteObjectClient(UnicastWrapper remoteObject)If you already obtained a reference to the remote object, you can also use it directly in form of passing an UnicastWrapper. -
Uses of UnicastWrapper in eu.tneitzel.rmg.utils
Subclasses of UnicastWrapper in eu.tneitzel.rmg.utils Modifier and Type Class Description classSpringRemotingWrapperSpringRemoting represents a wrapper around regular Java RMI.Fields in eu.tneitzel.rmg.utils with type parameters of type UnicastWrapper Modifier and Type Field Description List<UnicastWrapper>UnicastWrapper. duplicateslist of bound names implementing the same interfaceMethods in eu.tneitzel.rmg.utils that return UnicastWrapper Modifier and Type Method Description UnicastWrapperActivatableWrapper. activate()Activate the ActivatableWrapper.static UnicastWrapperUnicastWrapper. fromRef(sun.rmi.server.UnicastRef unicastRef, Class<?> intf)Create a new UnicastWrapper from a RemoteRef.UnicastWrapperActivatableWrapper. getActivated()Return the currently set activatedRef.UnicastWrapperRemoteObjectWrapper. getUnicastWrapper()Transform an RemoteObjectWrapper into a UnicastWrapper.static UnicastWrapper[]RemoteObjectWrapper. getUnicastWrappers(RemoteObjectWrapper[] wrappers)Transform an array of RemoteObjectWrapper into an array of UnicastWrapper.static UnicastWrapper[]UnicastWrapper. handleDuplicates(UnicastWrapper[] list)Takes a list of UnicastWrapper and looks for duplicates within it.Methods in eu.tneitzel.rmg.utils with parameters of type UnicastWrapper Modifier and Type Method Description voidUnicastWrapper. addDuplicate(UnicastWrapper o)Add a duplicate to the UnicastWrapper.static booleanSpringRemotingWrapper. containsSpringRemotingClient(UnicastWrapper[] wrappers)Helper function that checks whether a list of UnicastWrapper objects contains a SpringRemotingWrapper (which is a child class of UnicastWrapper).static UnicastWrapper[]UnicastWrapper. handleDuplicates(UnicastWrapper[] list)Takes a list of UnicastWrapper and looks for duplicates within it.static booleanUnicastWrapper. hasDuplicates(UnicastWrapper[] list)Takes a list of UnicastWrapper and checks whether one of them contains duplicates.
-