Uses of Class
eu.tneitzel.rmg.utils.RemoteObjectWrapper
-
Packages that use RemoteObjectWrapper Package Description eu.tneitzel.rmg.io eu.tneitzel.rmg.networking eu.tneitzel.rmg.utils -
-
Uses of RemoteObjectWrapper in eu.tneitzel.rmg.io
Methods in eu.tneitzel.rmg.io with parameters of type RemoteObjectWrapper Modifier and Type Method Description voidFormatter. listBoundNames(RemoteObjectWrapper[] remoteObjects)Creates a formatted list of available bound names and their corresponding classes. -
Uses of RemoteObjectWrapper in eu.tneitzel.rmg.networking
Methods in eu.tneitzel.rmg.networking that return RemoteObjectWrapper Modifier and Type Method Description RemoteObjectWrapperRMIRegistryEndpoint. lookupWrapper(String boundName)Same as the lookup action, but returns a RemoteObjectWrapper.RemoteObjectWrapper[]RMIRegistryEndpoint. lookupWrappers(String[] boundNames)Same as the lookup action, but returns an array of RemoteObjectWrapper. -
Uses of RemoteObjectWrapper in eu.tneitzel.rmg.utils
Subclasses of RemoteObjectWrapper in eu.tneitzel.rmg.utils Modifier and Type Class Description classActivatableWrapperThe ActivatableWrapper class extends RemoteObjectWrapper and is used for wrapping ActivatableRef.classEmptyWrapperEmptyWrapper is basically a dummy class that extends RemoteWrapper.classSpringRemotingWrapperSpringRemoting represents a wrapper around regular Java RMI.classUnicastWrapperThe UnicastWrapper class extends RemoteObjectWrapper and is used for wrapping UnicastRef.Methods in eu.tneitzel.rmg.utils that return RemoteObjectWrapper Modifier and Type Method Description static RemoteObjectWrapper[]RemoteObjectWrapper. fromBoundNames(String[] boundNames)Creates an array of RemoteObjectWrapper from an array of bound names.static RemoteObjectWrapperRemoteObjectWrapper. getByName(String boundName, RemoteObjectWrapper[] list)Searches a supplied list of RemoteObjectWrapper objects for the Wrapper that is associated to the specified bound name.static RemoteObjectWrapperRemoteObjectWrapper. getInstance(Remote remote)Create a RemoteObjectWrapper for the specified Remote.static RemoteObjectWrapperRemoteObjectWrapper. getInstance(Remote remote, String boundName)Create a RemoteObjectWrapper for the specified Remote.Methods in eu.tneitzel.rmg.utils with parameters of type RemoteObjectWrapper Modifier and Type Method Description static RemoteObjectWrapperRemoteObjectWrapper. getByName(String boundName, RemoteObjectWrapper[] list)Searches a supplied list of RemoteObjectWrapper objects for the Wrapper that is associated to the specified bound name.static UnicastWrapper[]RemoteObjectWrapper. getUnicastWrappers(RemoteObjectWrapper[] wrappers)Transform an array of RemoteObjectWrapper into an array of UnicastWrapper.
-