Method Summary |
|
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 | getComponentInstallationDescriptor(String componentName) Returns the jbi.xml Installation Descriptor for a Service Engine/Binding
Component. |
public String | getComponentState(String componentName, String targetName) |
public String | getComponentType(String componentName, String targetName) |
public MBeanServerConnection | getConnectionForInstance(String instanceName) Get the MBean server connection for a particular instance. |
public String[] | getConsumingEndpoints(String componentName, String targetName) |
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 String[] | getProvisioningEndpoints(String componentName, String targetName) |
public Map<String /*targetName*/, Properties | getRuntimeDetails() |
public Set<String> | getServersInCluster(String clusterName) Get a set of the names of all the servers in the specified cluster. |
public String | getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName) Returns the jbi.xml Deployment Descriptor for a Service Assembly. |
public String | getServiceAssemblyState(String serviceAssemblyName, String targetName) |
public String | getServiceUnitDeploymentDescriptor(String serviceAssemblyName, String serviceUnitName) Returns the jbi.xml Deployment Descriptor for a Service Unit. |
public String | getSharedLibraryInstallationDescriptor(String sharedLibraryName) Returns the jbi.xml Installation Descriptor for a Shared Library. |
public Set<String> | getStandaloneServerNames() Get a set of the names of all the standalone servers in the domain. |
public String | getTargetName() Get the Target Name. |
public String | getTargetName(String instanceName) Get the Target Name for a specified instance. |
public String | getWSDLDefinition(String componentName, String endpoint, String targetName) Retrieves the primary WSDL associated with the specified endpoint. |
public String | getWSDLImportedResource(String componentName, String endpoint, String targetNamespace, String targetName) |
public boolean | isAdminServer() Determine whether this instance is the administration server instance. |
public boolean | isBindingComponent(String componentName) |
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) Determine if the specified instance is up. |
public boolean | isJBIComponentInstalled(String componentName, String targetName) |
public boolean | isJBIRuntimeEnabled() Checks to see if the JBI Runtime is enabled. |
public boolean | isServiceAssemblyDeployed(String serviceAssemblyName, String targetName) |
public boolean | isServiceEngine(String componentName) |
public boolean | isStandaloneServer(String targetName) Determine whether a target is a standalone server. |
public boolean | isTargetUp(String targetName) Checks to see if the Target (server, cluster) is up or down. |
public boolean | isValidTarget(String targetName) Determine whether a target is a valid server or cluster name. |
public Map<String /*targetName*/, String[] | listTargetNames() Returns a map of target names to an array of target instance names. |
public boolean | supportsMultipleServers() Determine whether multiple servers are permitted within this AS
installation. |