WebSphere:*,type=EndpointCentralManager
MinimalAccessCheck:
MBean EndpointCentralManager
Provide management interface to start and stop Web service and endpoint listeners. It provides the ability to control throughput by starting and stopping individual service and endpoint listeners.
Operation Summary | |
java.util.List | startListener( Start a service or endpoint listener on the target and return the new state. |
java.util.List | startListener( Start a service or endpoint listener on the target and return the new state. |
java.util.List | stopListener( stop a service or endpoint listener on the target and return the new state. |
java.util.List | stopListener( stop a service or endpoint listener on the target and return the new state. |
java.util.List | getListenerState( Get the listener state for a service or endpoint on the specified target. |
java.util.List | getListenerState( Get the listener state for a service or endpoint on the specified target. |
java.utils.List | getServiceNames( Get all service names for a given application and module. |
java.utils.List | getServiceNames( Get all service names for a given application and module. |
java.utils.List | getEndpointNames( Get all logical endpoint, i. |
java.utils.List | getEndpointNames( Get all logical endpoint, i. |
java.lang.String | getEndpointType( Get endpoint type for the specific service endpoint. |
java.lang.String | getEndpointType( Get endpoint type for the specific service endpoint. |
Operation Detail |
public java.util.List startListener(java.util.Properties queryProps,
java.lang.String target
)
queryProps
-
Specify a service or endpoint containing the following property names: application, module, service, and optional logicalEndpoint.target
-
Specify the target server or cluster in the format of cell=cellName,node=nodeName,server=serverName or cell=cellName,cluster=clusterName. For all targets, set target to be *.
public java.util.List startListener(java.lang.String queryString,
java.lang.String target
)
queryString
-
Specify a service or endpoint in the format of application=appName,module=moduleName,service=serviceName,logicalEndpoint=endpointName. All but logicalEndpoint are required.target
-
Specify the target server or cluster in the format of cell=cellName,node=nodeName,server=serverName or cell=cellName,cluster=clusterName. For all targets, set target to be *.
public java.util.List stopListener(java.util.Properties queryProps,
java.lang.String target
)
queryProps
-
Specify a service or endpoint containing the following property names: application, module, service, and optional logicalEndpoint.target
-
Specify the target server or cluster in the format of cell=cellName,node=nodeName,server=serverName or cell=cellName,cluster=clusterName. For all targets, set target to be *.
public java.util.List stopListener(java.lang.String queryString,
java.lang.String target
)
queryString
-
Specify a service or endpoint in the format of application=appName,module=moduleName,service=serviceName,logicalEndpoint=endpointName. All but logicalEndpoint are required.target
-
Specify the target server or cluster in the format of cell=cellName,node=nodeName,server=serverName or cell=cellName,cluster=clusterName. For all targets, set target to be *.
public java.util.List getListenerState(java.util.Properties props,
java.lang.String props
)
props
-
Specify a service or endpoint containing the following property names: application, module, service, and optional logicalEndpoint.props
-
Specify the target server or cluster in the format of cell=cellName,node=nodeName,server=serverName or cell=cellName,cluster=clusterName. For all targets, set target to be *.
public java.util.List getListenerState(java.lang.String props,
java.lang.String props
)
props
-
Specify a service or endpoint in the format of application=appName,module=moduleName,service=serviceName,logicalEndpoint=endpointName. All but logicalEndpoint are required.props
-
Specify the target server or cluster in the format of cell=cellName,node=nodeName,server=serverName or cell=cellName,cluster=clusterName. For all targets, set target to be *.
public java.utils.List getServiceNames(java.util.Properties props
)
props
-
Specify a module containing the following property names: application and module.
public java.utils.List getServiceNames(java.lang.String queryString
)
queryString
-
Specify a module in the format of application=appName,module=moduleName.
public java.utils.List getEndpointNames(java.util.Properties props
)
props
-
Specify a service containing the following property names: application, module, and service.
public java.utils.List getEndpointNames(java.lang.String queryString
)
queryString
-
Specify a service in the format of application=appName,module=moduleName,service=serviceName.
public java.lang.String getEndpointType(java.util.Properties props
)
props
-
Specify an endpoint containing the following property names: application, module, service, and logicalEndpoint.
public java.lang.String getEndpointType(java.lang.String props
)
props
-
Specify an endpoint in the format of application=appName,module=moduleName,service=serviceName,logicalEndpoint=endpointName.