WebSphere:*,type=EndpointManager
MinimalAccessCheck:
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
)
serviceName
-
The service name containing the endpoint.portName
-
The port name containing the endpoint.
public void startServiceListener(java.lang.String serviceName
)
serviceName
-
The service name containing all endpoints.
public void stopEndpointListener(java.lang.String serviceName,
java.lang.String portName
)
serviceName
-
The service name containing the endpoint.portName
-
The port name containing the endpoint.
public void stopServiceListener(java.lang.String serviceName
)
serviceName
-
The service name containing all endpoints.
public java.lang.Integer getEndpointState(java.lang.String serviceName,
java.lang.String portName
)
serviceName
-
The service name containing the endpoint.portName
-
The port name containing the endpoint.
public java.lang.Integer getServiceState(java.lang.String serviceName
)
serviceName
-
The service name containing the endpoint.
public java.util.List getServiceNames()
public java.util.List getEndpointNames(java.lang.String serviceName
)
serviceName
-
The service name containing all pertaining port names.
public java.lang.String getEndpointType(java.lang.String serviceName,
java.lang.String portName
)
serviceName
-
The service name containing the endpoint.portName
-
The port name containing the endpoint.
public java.util.List getEndpointsByType(java.lang.String serviceType
)
serviceType
-
The service type of requested endpoints.
public java.lang.String getEndpointPartialURL(java.lang.String serviceName,
java.lang.String portName
)
serviceName
-
The service name containing the endpoint.portName
-
The port name containing the endpoint.
public java.lang.Long getEndpointStartTime(java.lang.String serviceName,
java.lang.String portName
)
serviceName
-
The service name containing the endpoint.portName
-
The port name containing the endpoint.Notification Detail |