public class InvocationListenerRegistry extends Object
Constructor and Description |
---|
InvocationListenerRegistry() |
Modifier and Type | Method and Description |
---|---|
static void |
addFactory(InvocationListenerFactory facInstance)
This method accepts an object instance that is an implementation of
the InvocationListenerFactory.
|
static Collection<InvocationListenerFactory> |
getFactories()
This method will return all the InvocationListenerFactory instances
that have been registered.
|
public static void addFactory(InvocationListenerFactory facInstance)
public static Collection<InvocationListenerFactory> getFactories()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.