public class InvocationListenerRegistry
extends java.lang.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 java.util.Collection<InvocationListenerFactory> |
getFactories()
This method will return all the InvocationListenerFactory instances
that have been registered.
|
public static void addFactory(InvocationListenerFactory facInstance)
public static java.util.Collection<InvocationListenerFactory> getFactories()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.