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:
findGlobalConfig
in interfaceDeploymentQueryMBean
- Returns:
-
findHandler
find a specific handler- Specified by:
findHandler
in interfaceDeploymentQueryMBean
- Parameters:
qname
-- Returns:
-
findHandlers
get all handlers- Specified by:
findHandlers
in interfaceDeploymentQueryMBean
- Returns:
-
findService
fina a specific service- Specified by:
findService
in interfaceDeploymentQueryMBean
- Parameters:
qname
-- Returns:
-
findServices
get all services- Specified by:
findServices
in interfaceDeploymentQueryMBean
- Returns:
-
findTransport
find a specific transport- Specified by:
findTransport
in interfaceDeploymentQueryMBean
- Parameters:
qname
-- Returns:
-
findTransports
return all transports- Specified by:
findTransports
in interfaceDeploymentQueryMBean
- Returns:
-
listServices
List all registered services- Specified by:
listServices
in interfaceDeploymentQueryMBean
- Returns:
- Map of Services (SOAPService objects, Key is the ServiceName)
- Throws:
AxisFault
- ConfigurationExceptionConfigurationException
-