Uses of Interface
dermi.ERemote

Packages that use ERemote
dermi   
dermi.activation   
dermi.core   
dermi.dolr   
dermi.registry   
dermi.registry.pastry   
dermi.session.pastry   
 

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 DermiProxy.copy()
          Returns a stub copy of this class
 ERemote DermiRemoteInterceptorObject.copy()
          Returns a stub copy of this class
 ERemote DermiRemoteObject.copy()
          Returns a stub copy of this class
 ERemote ERemote.copy()
          This method returns a reference to a new stub instance of this remote object.
static ERemote Registry.lookup(java.lang.String name)
          Returns a reference, a stub, for the remote object associated with the specified name.
static ERemote Registry.lookup(java.lang.String name, java.lang.String communityId, java.lang.String className)
          Returns a reference, a stub, for the remote object associated with the specified name.
 

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

Uses of ERemote in dermi.activation
 

Subinterfaces of ERemote in dermi.activation
 interface Activator
          Interface to object's methods
 

Classes in dermi.activation that implement ERemote
 class ActivatorImpl
          Implementation of object's methods Note that this implementation does not care about remote state propagation This will be taken into account by the object's skeleton
 

Uses of ERemote in dermi.core
 

Methods in dermi.core with parameters of type ERemote
 void DermiConnection.addActiveObject(java.lang.String uid, ERemote ref)
           
 

Uses of ERemote in dermi.dolr
 

Subinterfaces of ERemote in dermi.dolr
 interface DOLRChannel
          Interface to object's methods
 

Classes in dermi.dolr that implement ERemote
 class DOLRChannelImpl
           
 

Uses of ERemote in dermi.registry
 

Methods in dermi.registry that return ERemote
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.loadERef(java.lang.String fileName)
          Returns a reference (stub) for the remote object associated with the specified file location.
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 Naming.lookup(java.lang.String name)
          Returns a reference, a stub, for the remote object associated with the specified name.
 ERemote Naming.lookup(java.lang.String name, java.lang.String communityId, java.lang.String className)
          Returns a reference, a stub, for the remote object associated with the specified name.
 

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

Uses of ERemote in dermi.registry.pastry
 

Methods in dermi.registry.pastry that return ERemote
 ERemote Registry.lookup(DermiConnection connection, java.lang.String name, java.lang.String communityId, java.lang.String className)
           
 ERemote Naming.lookup(java.lang.String name)
          Returns a reference, a stub, for the remote object associated with the specified name.
 ERemote Registry.lookup(java.lang.String name)
          Returns a reference, for the remote object associated with the specified name (or null if not bound)
 ERemote Naming.lookup(java.lang.String name, java.lang.String communityId, java.lang.String className)
          Returns a reference, a stub, for the remote object associated with the specified name.
 

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

Uses of ERemote in dermi.session.pastry
 

Methods in dermi.session.pastry with parameters of type ERemote
 void Session.addActiveObject(java.lang.String uid, ERemote ref)