Uses of Interface
dermi.ERemote

Packages that use ERemote
dermi   
dermi.registry   
 

Uses of ERemote in dermi
 

Subinterfaces of ERemote in dermi
 interface EInterceptor
          This interface is used to identify objects that can be intercepted by Dermi's distributed interception mechanism.
 

Methods in dermi that return ERemote
 ERemote ERemote.copy()
          This method returns a reference to a new stub instance of this remote object.
static ERemote Naming.lookup(java.lang.String name)
          Returns a reference, a stub, for the remote object associated with the specified name.
 

Methods in dermi with parameters of type ERemote
static void Naming.bind(java.lang.String name, ERemote ref)
          Binds the specified name to a remote object.
static void Naming.rebind(java.lang.String name, ERemote ref)
          Rebinds the specified name in the registry.
 

Uses of ERemote in dermi.registry
 

Methods in dermi.registry that return ERemote
static ERemote FileRegistry.loadERef(java.lang.String fileName)
          Returns a reference (stub) for the remote object associated with the specified file location.
static ERemote FileRegistry.loadERef(java.util.Properties env)
          Returns a reference (stub) for the remote object associated with the specified information in the properties Object.
static ERemote FileRegistry.loadStub(java.util.Properties env)
          Returns a reference (stub) for the remote object associated with the specified information in the properties object.
 ERemote Registry.lookup(java.lang.String name)
          Returns a reference, a stub, for the remote object associated with the specified name (or null if not bound)