EndpointManager MBean

All Parent MBeans:
J2EEManagedObject, StateManageable, Stateful, EventProvider

Partial ObjectName:
WebSphere:*,type=EndpointManager

MinimalAccessCheck:

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
voidstartEndpointListener(java.lang.String serviceName, java.lang.String portName)
           Start endpoint with given service and port names.
voidstartServiceListener(java.lang.String serviceName)
           Start all endpoints for the given service name.
voidstopEndpointListener(java.lang.String serviceName, java.lang.String portName)
           Stop endpoint with given service and port names.
voidstopServiceListener(java.lang.String serviceName)
           Stop all endpoints for the given service name.
java.lang.IntegergetEndpointState(java.lang.String serviceName, java.lang.String portName)
           Get endpoint state with given service and endpoint name.
java.lang.IntegergetServiceState(java.lang.String serviceName)
           Get service state with given service name.
java.util.ListgetServiceNames()
           Get all service names associated with the module.
java.util.ListgetEndpointNames(java.lang.String serviceName)
           Get all endpoints associated with given service name.
java.lang.StringgetEndpointType(java.lang.String serviceName, java.lang.String portName)
           Get endpoint type with given service and endpoint name.
java.util.ListgetEndpointsByType(java.lang.String serviceType)
           Get all endpoints belonging to a certain web services type.
java.lang.StringgetEndpointPartialURL(java.lang.String serviceName, java.lang.String portName)
           Get endpoint partial URL with given service and port names.
java.lang.LonggetEndpointStartTime(java.lang.String serviceName, java.lang.String portName)
           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

startEndpointListener

public void startEndpointListener(java.lang.String serviceName, java.lang.String portName)
Start endpoint with given service and port names.
Parameters:
serviceName - The service name containing the endpoint.
portName - The port name containing the endpoint.
Security Roles:
administrator
operator

startServiceListener

public void startServiceListener(java.lang.String serviceName)
Start all endpoints for the given service name.
Parameters:
serviceName - The service name containing all endpoints.
Security Roles:
administrator
operator

stopEndpointListener

public void stopEndpointListener(java.lang.String serviceName, java.lang.String portName)
Stop endpoint with given service and port names.
Parameters:
serviceName - The service name containing the endpoint.
portName - The port name containing the endpoint.
Security Roles:
administrator
operator

stopServiceListener

public void stopServiceListener(java.lang.String serviceName)
Stop all endpoints for the given service name.
Parameters:
serviceName - The service name containing all endpoints.
Security Roles:
administrator
operator

getEndpointState

public java.lang.Integer getEndpointState(java.lang.String serviceName, java.lang.String portName)
Get endpoint state with given service and endpoint name.
Parameters:
serviceName - The service name containing the endpoint.
portName - The port name containing the endpoint.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getServiceState

public java.lang.Integer getServiceState(java.lang.String serviceName)
Get service state with given service name.
Parameters:
serviceName - The service name containing the endpoint.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getServiceNames

public java.util.List getServiceNames()
Get all service names associated with the module.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getEndpointNames

public java.util.List getEndpointNames(java.lang.String serviceName)
Get all endpoints associated with given service name.
Parameters:
serviceName - The service name containing all pertaining port names.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getEndpointType

public java.lang.String getEndpointType(java.lang.String serviceName, java.lang.String portName)
Get endpoint type with given service and endpoint name.
Parameters:
serviceName - The service name containing the endpoint.
portName - The port name containing the endpoint.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getEndpointsByType

public java.util.List getEndpointsByType(java.lang.String serviceType)
Get all endpoints belonging to a certain web services type.
Parameters:
serviceType - The service type of requested endpoints.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getEndpointPartialURL

public java.lang.String getEndpointPartialURL(java.lang.String serviceName, java.lang.String portName)
Get endpoint partial URL with given service and port names.
Parameters:
serviceName - The service name containing the endpoint.
portName - The port name containing the endpoint.
Security Roles:
administrator
operator

getEndpointStartTime

public java.lang.Long getEndpointStartTime(java.lang.String serviceName, java.lang.String portName)
Get endpoint start time with given service and port names.
Parameters:
serviceName - The service name containing the endpoint.
portName - The port name containing the endpoint.
Security Roles:
administrator
operator

Notification Detail

websphere.webservices.change

Severity:
2  (Critical, Failure)

Copyright IBM Corp. 1996-2005