org.objectweb.jeremie.binding.echannel
Class EventChannelFactoryFactory

java.lang.Object
  extended byorg.objectweb.jeremie.binding.echannel.EventChannelFactoryFactory

public class EventChannelFactoryFactory
extends Object

EventChannelFactory {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.


Constructor Summary
EventChannelFactoryFactory()
           
 
Method Summary
static EventChannelFactory newEventChannelFactory(Class classe)
          Returns a new EventChannelFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventChannelFactoryFactory

public EventChannelFactoryFactory()
Method Detail

newEventChannelFactory

public static EventChannelFactory newEventChannelFactory(Class classe)
                                                  throws org.objectweb.jonathan.apis.kernel.JonathanException
Returns a new EventChannelFactory.

Parameters:
classe - the class of the calling object;
Returns:
a new EventChannelFactory instance.
Throws:
org.objectweb.jonathan.apis.kernel.JonathanException - if something goes wrong.