org.objectweb.jeremie.binding.echannel
Class EventChannelFactoryFactory
java.lang.Object
org.objectweb.jeremie.binding.echannel.EventChannelFactoryFactory
- public class EventChannelFactoryFactory
- extends Object
EventChannelFactory
{#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventChannelFactoryFactory
public EventChannelFactoryFactory()
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.