jet.server.api.rmi
Class RemoteDispatcherFactory

java.lang.Object
  extended by jet.server.api.rmi.RemoteDispatcherFactory

public class RemoteDispatcherFactory
extends java.lang.Object

This interface defines a factory to get a RemoteDispatcher instance of a implementation class.


Constructor Summary
RemoteDispatcherFactory()
           
 
Method Summary
static RemoteDispatcher getInstance()
          Gets the RemoteDispatcher instance by the implementation class of RemoteDispatcher.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDispatcherFactory

public RemoteDispatcherFactory()
Method Detail

getInstance

public static RemoteDispatcher getInstance()
                                    throws java.lang.Exception
Gets the RemoteDispatcher instance by the implementation class of RemoteDispatcher.

Returns:
the RemoteDispatcher instance.
Throws:
java.lang.Exception