Package org.apache.axis.management.jmx
Class DeploymentQuery
java.lang.Object
org.apache.axis.management.jmx.DeploymentQuery
- All Implemented Interfaces:
DeploymentQueryMBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the global configurationfindHandler(String qname) find a specific handlerget all handlersfindService(String qname) fina a specific serviceget all servicesfindTransport(String qname) find a specific transportreturn all transportsString[]List all registered services
-
Constructor Details
-
DeploymentQuery
public DeploymentQuery()
-
-
Method Details
-
findGlobalConfig
get the global configuration- Specified by:
findGlobalConfigin interfaceDeploymentQueryMBean- Returns:
-
findHandler
find a specific handler- Specified by:
findHandlerin interfaceDeploymentQueryMBean- Parameters:
qname-- Returns:
-
findHandlers
get all handlers- Specified by:
findHandlersin interfaceDeploymentQueryMBean- Returns:
-
findService
fina a specific service- Specified by:
findServicein interfaceDeploymentQueryMBean- Parameters:
qname-- Returns:
-
findServices
get all services- Specified by:
findServicesin interfaceDeploymentQueryMBean- Returns:
-
findTransport
find a specific transport- Specified by:
findTransportin interfaceDeploymentQueryMBean- Parameters:
qname-- Returns:
-
findTransports
return all transports- Specified by:
findTransportsin interfaceDeploymentQueryMBean- Returns:
-
listServices
List all registered services- Specified by:
listServicesin interfaceDeploymentQueryMBean- Returns:
- Map of Services (SOAPService objects, Key is the ServiceName)
- Throws:
AxisFault- ConfigurationExceptionConfigurationException
-