J2EEManagedObject, StateManageable, Stateful, EventProvider
WebSphere:*,type=EndpointManager
true
MBean EndpointManager
Attributes inherited from MBean J2EEManagedObject |
---|
objectName , stateManageable , statisticsProvider , eventProvider |
Attributes inherited from MBean StateManageable |
---|
state , startTime |
Attributes inherited from MBean EventProvider |
---|
eventTypes |
Operation Summary | |
---|---|
void | startEndpointListener( Start endpoint with given service and port names. |
void | startServiceListener( Start all endpoints for the given service name. |
void | stopEndpointListener( Stop endpoint with given service and port names. |
void | stopServiceListener( Stop all endpoints for the given service name. |
java.lang.Integer | getEndpointState( Get endpoint state with given service and endpoint name. |
java.lang.Integer | getServiceState( Get service state with given service name. |
java.util.List | getServiceNames() Get all service names associated with the module. |
java.util.List | getEndpointNames( Get all endpoints associated with given service name. |
java.lang.String | getEndpointType( Get endpoint type with given service and endpoint name. |
java.util.List | getEndpointsByType( Get all endpoints belonging to a certain web services type. |
java.lang.String | getEndpointPartialURL( Get endpoint partial URL with given service and port names. |
java.lang.Long | getEndpointStartTime( Get endpoint start time with given service and port names. |
Operations inherited from MBean StateManageable |
---|
start , startRecursive , stop |
Notification Summary | |
---|---|
websphere.webservices.change |
Attributes inherited from MBean Stateful |
---|
j2ee.state.starting , j2ee.state.running , j2ee.state.stopping , j2ee.state.stopped , j2ee.state.failed |
Attributes inherited from MBean EventProvider |
---|
j2ee.attribute.changed |
Operation Detail |
---|
public void startEndpointListener(
java.lang.String serviceName,
java.lang.String portName
)
Start endpoint with given service and port names.
serviceName
-
The service name containing the endpoint. portName
-
The port name containing the endpoint.
administrator
operator
public void startServiceListener(
java.lang.String serviceName
)
Start all endpoints for the given service name.
serviceName
-
The service name containing all endpoints.
administrator
operator
public void stopEndpointListener(
java.lang.String serviceName,
java.lang.String portName
)
Stop endpoint with given service and port names.
serviceName
-
The service name containing the endpoint. portName
-
The port name containing the endpoint.
administrator
operator
public void stopServiceListener(
java.lang.String serviceName
)
Stop all endpoints for the given service name.
serviceName
-
The service name containing all endpoints.
administrator
operator
public java.lang.Integer getEndpointState(
java.lang.String serviceName,
java.lang.String portName
)
Get endpoint state with given service and endpoint name.
serviceName
-
The service name containing the endpoint. portName
-
The port name containing the endpoint.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer getServiceState(
java.lang.String serviceName
)
Get service state with given service name.
serviceName
-
The service name containing the endpoint.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getServiceNames()
Get all service names associated with the module.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getEndpointNames(
java.lang.String serviceName
)
Get all endpoints associated with given service name.
serviceName
-
The service name containing all pertaining port names.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getEndpointType(
java.lang.String serviceName,
java.lang.String portName
)
Get endpoint type with given service and endpoint name.
serviceName
-
The service name containing the endpoint. portName
-
The port name containing the endpoint.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getEndpointsByType(
java.lang.String serviceType
)
Get all endpoints belonging to a certain web services type.
serviceType
-
The service type of requested endpoints.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getEndpointPartialURL(
java.lang.String serviceName,
java.lang.String portName
)
Get endpoint partial URL with given service and port names.
serviceName
-
The service name containing the endpoint. portName
-
The port name containing the endpoint.
administrator
operator
public java.lang.Long getEndpointStartTime(
java.lang.String serviceName,
java.lang.String portName
)
Get endpoint start time with given service and port names.
serviceName
-
The service name containing the endpoint. portName
-
The port name containing the endpoint.
administrator
operator
Notification Detail |
---|
2
(Critical, Failure)