getComponentInstallationDescriptor(String componentName) Retrieve the Component Installation descriptor for the server target.
The Installation descriptor will never be different for a component name
in a JBI system because there's only one component allowed with that same
name.
Get the instance name of the platform's administration server. If the
platform does not provide a separate administration server, then this
method returns the name of the local instance.
instance name of the administration server throws: ManagementRemoteException -
Get a set of the names of all the clustered servers in the domain.
a set of names of clustered servers in the domain. throws: ManagementRemoteException -
Get a set of the names of all the standalone servers in the domain.
a set of names of standalone servers in the domain. throws: ManagementRemoteException -
Get the Target Name. If the instance is not a clustered instance then
the target name is the instance name. If the instance is part of a
cluster then the target name is the cluster name.
the target name. throws: ManagementRemoteException -
Get the Target Name for a specified instance. If the instance is not
clustered the instance name is returned. This operation is invoked by
the JBI instance MBeans only.
the target name. throws: ManagementRemoteException -
Determine whether this instance is the administration server instance.
true if this instance is the administration server,false if not. throws: ManagementRemoteException -
Determine whether a target is a valid server or cluster name.
true if targetName is a validstandalone server name or cluster name, false if not. throws: ManagementRemoteException -
Returns a map of target names to an array of target instance names.
In the case cluster targets, the key contains the cluster target name,
and the the value contains an array of the "target instance" names.
If it is not a cluster target, the key contains the targetName, and
the value is null.
map of target names to array of target instance names throws: ManagementRemoteException -
Determine whether multiple servers are permitted within this AS
installation.
true if multiple servers are permitted. throws: ManagementRemoteException -
Fields inherited from com.sun.esb.management.base.services.AbstractServiceImpl