javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
WseeRuntimeMBean
, WseeV2RuntimeMBean
public interface WseeBaseRuntimeMBean extends RuntimeMBean
Base interface for WseeRuntimeMBean
and
WseeV2RuntimeMBean
Modifier and Type | Interface | Description |
---|---|---|
static class |
WseeBaseRuntimeMBean.Type |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getImplementationType() |
Specifies the implementation type of this service.
|
int |
getPolicyFaults() |
Total number of faults generated by security policy handler.
|
WseePolicyRuntimeMBean |
getPolicyRuntime() |
Lists the WS-Policy files that are associated with this Web
Service.
|
WseePortRuntimeMBean[] |
getPorts() |
Lists the ports that are associated with this Web service.
|
java.lang.String |
getServiceName() |
Specifies the qualified name of this Web service.
|
long |
getStartTime() |
Date and time that the Web service starts.
|
int |
getTotalFaults() |
Deprecated.
12.2.1.0.0
|
int |
getTotalSecurityFaults() |
Total number of faults generated by this endpoint.
|
java.lang.String |
getURI() |
Specifies the URI of this Web service.
|
java.lang.String |
getWebserviceDescriptionName() |
webservice description name for this webservice
|
WseeBaseRuntimeMBean.Type |
getWsType() |
Returns the type of this web service, either JAX-WS or JAX-RPC.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
java.lang.String getServiceName()
Specifies the qualified name of this Web service.
This attribute is calculated based on actual MBean type and of the form:
WseeRuntimeMBean
: <app name>#<app version>!<service name>.
WseeV2RuntimeMBean
: <app name>#<app version>!<web WAR name or EJB JAR name>!<service name>.
java.lang.String getURI()
Specifies the URI of this Web service.
This attribute corresponds to the final part of the endpoint address in the WSDL that describes the Web Services. For JAX-WS services, this can be set during compilation.
WseePortRuntimeMBean[] getPorts()
Lists the ports that are associated with this Web service.
WseePolicyRuntimeMBean getPolicyRuntime()
Lists the WS-Policy files that are associated with this Web Service.
java.lang.String getImplementationType()
Specifies the implementation type of this service.
Valid values include: JAX-WS 2.0 JAX-RPC 1.1
java.lang.String getWebserviceDescriptionName()
webservice description name for this webservice
long getStartTime()
Date and time that the Web service starts.
int getPolicyFaults()
Total number of faults generated by security policy handler.
@Deprecated int getTotalFaults()
Total number of faults generated by this endpoint.
int getTotalSecurityFaults()
Total number of faults generated by this endpoint.
WseeBaseRuntimeMBean.Type getWsType()
Returns the type of this web service, either JAX-WS or JAX-RPC.