public class BESManager
extends java.lang.Object
Constructor and Description |
---|
BESManager() |
Modifier and Type | Method and Description |
---|---|
static void |
addBes(BES bes) |
void |
configure(org.jdom.Element besConfiguration) |
void |
destroy() |
static BES |
getBES(java.lang.String path) |
static BesGroup |
getBesGroup(java.lang.String path) |
static java.util.Iterator<BesGroup> |
getBesGroups() |
static org.jdom.Document |
getCombinedVersionDocument() |
static org.jdom.Element |
getConfig() |
static org.jdom.Document |
getGroupVersionDocument(java.lang.String path) |
static org.jdom.Document |
getVersionDocument(java.lang.String path,
java.lang.String besName) |
void |
init(org.jdom.Element config) |
static boolean |
isConfigured() |
static void |
shutdown() |
public void init(org.jdom.Element config) throws java.lang.Exception
java.lang.Exception
public void destroy()
public static org.jdom.Element getConfig()
public void configure(org.jdom.Element besConfiguration) throws java.lang.Exception
java.lang.Exception
public static void addBes(BES bes) throws java.lang.Exception
java.lang.Exception
public static boolean isConfigured()
public static BES getBES(java.lang.String path)
public static BesGroup getBesGroup(java.lang.String path)
public static java.util.Iterator<BesGroup> getBesGroups()
public static void shutdown()
public static org.jdom.Document getCombinedVersionDocument() throws java.lang.Exception
java.lang.Exception
public static org.jdom.Document getGroupVersionDocument(java.lang.String path) throws java.lang.Exception
java.lang.Exception
public static org.jdom.Document getVersionDocument(java.lang.String path, java.lang.String besName) throws java.lang.Exception
java.lang.Exception