public class EventChannelFactoryFactory extends Object
EventChannelFactory
{#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.Constructor and Description |
---|
EventChannelFactoryFactory() |
Modifier and Type | Method and Description |
---|---|
static EventChannelFactory |
newEventChannelFactory(Class classe)
Returns a new EventChannelFactory.
|
public static EventChannelFactory newEventChannelFactory(Class classe) throws org.objectweb.jonathan.apis.kernel.JonathanException
classe
- the class of the calling object;org.objectweb.jonathan.apis.kernel.JonathanException
- if something goes wrong.