|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.listeners.LifecycleUtil
public class LifecycleUtil
Lifecycle helper methods
Method Summary | |
---|---|
static ConfigTree |
getConfigTree(java.lang.String param)
Get the config tree from the specified parameter entry in the repository. |
static java.util.List<ManagedLifecycle> |
getGateways(ConfigTree tree)
Get the managed gateways from the specified config tree. |
static java.util.List<ManagedLifecycle> |
getGateways(java.lang.String param)
Get the managed gateways from the specified parameter entry in the repository. |
static java.util.List<ManagedLifecycle> |
getListeners(ConfigTree tree)
Get the managed listeners from the specified config tree. |
static java.util.List<ManagedLifecycle> |
getListeners(java.lang.String param)
Get the managed listeners from the specified parameter entry in the repository. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.List<ManagedLifecycle> getListeners(java.lang.String param) throws ParamRepositoryException, org.xml.sax.SAXException, ManagedLifecycleException
param
- The listener parameter.
ParamRepositoryException
- For errors associated with accessing the parameter repository.
org.xml.sax.SAXException
- For errors associated with parsing the configuration.
ManagedLifecycleException
- For errors associated with the managed instance.public static java.util.List<ManagedLifecycle> getListeners(ConfigTree tree) throws ManagedLifecycleException
tree
- The config tree.
ManagedLifecycleException
- For errors associated with the managed instance.public static java.util.List<ManagedLifecycle> getGateways(java.lang.String param) throws ParamRepositoryException, org.xml.sax.SAXException, ManagedLifecycleException
param
- The gateway parameter.
ParamRepositoryException
- For errors associated with accessing the parameter repository.
org.xml.sax.SAXException
- For errors associated with parsing the configuration.
ManagedLifecycleException
- For errors associated with the managed instance.public static java.util.List<ManagedLifecycle> getGateways(ConfigTree tree) throws ManagedLifecycleException
tree
- The config tree.
ManagedLifecycleException
- For errors associated with the managed instance.public static ConfigTree getConfigTree(java.lang.String param) throws ParamRepositoryException, org.xml.sax.SAXException
param
- The parameter.
ParamRepositoryException
- For errors associated with accessing the parameter repository.
org.xml.sax.SAXException
- For errors associated with parsing the configuration.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |