Method Summary |
|
public void | addListener(PlatformEventListener listener) Register a listener for platform events. |
public String | getAdminServerName() Get the instance name of the platform's administration server. |
public Set<String> | getClusterNames() Get a set of the names of all the clusters in the domain. |
public Set<String> | getClusteredServerNames() Get a set of the names of all the clustered servers in the domain. |
public String | getInstallRoot() Get the full path to the platform's instaall root directory. |
public String | getInstanceName() Get the name of this instance. |
public String | getInstanceRoot() Get the full path to the platform's instance root directory. |
public String | getJmxRmiPort() Get a string representation of the DAS JMX RMI connector port. |
public KeyStoreUtil | getKeyStoreUtil() Returns the KeyStoreUtil for Java SE. |
public MBeanServer | getMBeanServer() Provides access to the platform's MBean server. |
public MBeanServerConnection | getMBeanServerConnection(String instanceName) Get the MBean server connection for a particular instance. |
public InitialContext | getNamingContext() Retrieves the naming context that should be used to locate platform
resources (e.g. |
public JBIProvider | getProvider() Returns the provider type for this platform. |
public Set<String> | getServersInCluster(String clusterName) Get a set of the names of all the servers in the specified cluster. |
public Set<String> | getStandaloneServerNames() Get a set of the names of all the standalone servers in the domain. |
public ClassLoader | getSystemClassLoader() Get the JBI system class loader for this implementation. |
public String | getTargetName() Get the Target Name. |
public String | getTargetName(String instanceName) Get the Target Name for a specified instance. |
public javax.transaction.TransactionManager | getTransactionManager() Get the TransactionManager for this implementation. |
public boolean | isAdminServer() Determine whether this instance is the administration server instance. |
public boolean | isCluster(String targetName) Determine whether a target is a cluster. |
public boolean | isClusteredServer(String targetName) Determine whether the target is a clustered server. |
public boolean | isInstanceClustered(String instanceName) Determine whether or not an instance is clustered. |
public boolean | isInstanceUp(String instanceName) |
public boolean | isStandaloneServer(String targetName) Determine whether a target is a standalone server. |
public boolean | isValidTarget(String targetName) Determine whether a target is a valid server or cluster name. |
public void | removeListener(PlatformEventListener listener) Remove a listener for platform events. |
public void | setInstallRoot(String installRoot) Set the full path to the platform's install root directory. |
public void | setInstanceRoot(String instanceRoot) Set the full path to the platform's instance root directory. |
public boolean | supportsMultipleServers() Determine whether multiple servers are permitted within this AS
installation. |