Package dermi

Interface Summary
ConnectionListener Interface used for subscribing to publisher remote events
EInterceptor This interface is used to identify objects that can be intercepted by Dermi's distributed interception mechanism.
ERemote The Remote Interface is used to identify interfaces whose methods may be invoked from a non-local virtual machine.
RemoteAnycallEventListener Interface for subscribing to remote anycall events
RemoteEventListener Interface for subscribing to remote events
RemoteInterceptorListener Interface for subscribing to interception events
Session The Session class establishes a simple contract to access publish/subscribe middleware.
 

Class Summary
BusClassLoader This is a custom class loader that makes a request to the remote object for the stub class when this is not found on the local machine.
Context This class contains Dermi's constants, like connection timeouts, synchronous blocking delays, and String constants for the properties objects.
EventServer This is an utility class for skeletons and stubs (both inherit from EventServer).
Naming The Naming class provides methods for storing and obtaining references to remote objects in the remote object registry.
SessionFactory Utility class that connects to the notification service using environment parameters and instantiates the appropriate class provider.