Describes the state of a particular Web Service port.
Since | 10.3.3.0 | ||
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.WseeClientPortRuntimeMBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
||
Access Points Inherited from RuntimeMBean |
Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:
|
This section describes attributes that provide access to other MBeans.
Return operation information aggregated across the base operations contained by this port.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WseeAggregatableBaseOperationRuntimeMBean |
Relationship type: | Containment. |
Return the base operations contained by this port.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WseeBaseOperationRuntimeMBean[] |
Relationship type: | Containment. |
Get statistics related to routing of messages in a cluster.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WseeClusterRoutingRuntimeMBean |
Relationship type: | Containment. |
List of SOAP message handlers that are associated with this Web service.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WseeHandlerRuntimeMBean[] |
Relationship type: | Containment. |
Get information related to MakeConnection anonymous ids.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WseeMcRuntimeMBean |
Relationship type: | Containment. |
Specifies the list of public operations exposed by this Web Service.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WseeClientOperationRuntimeMBean[] |
Relationship type: | Containment. |
Get statistics related to Web service security policy.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WseePortPolicyRuntimeMBean |
Relationship type: | Containment. |
Get statistics related to reliable messaging.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WseeWsrmRuntimeMBean |
Relationship type: | Containment. |
This section describes the following attributes:
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Total number of policy faults.
Privileges | Read only |
Type | int |
Capacity of the pool of client instances for this client port runtime, or 0 if no pool has been initialized for it.
Privileges | Read only |
Type | int |
Number of free client instances in the pool for this client port runtime, or 0 if no pool has been initialized for it.
Privileges | Read only |
Type | int |
Number of taken client instances in the pool for this client port runtime, or 0 if no pool has been initialized for it.
Privileges | Read only |
Type | int |
Total number of conversational client instances that have been taken from the pool over the lifetime of the pool for this client port runtime, or 0 if no pool has been initialized for it. Note, conversational client instances are managed separately from simple pooled client instances, and are not subject to the capacity setting for this pool. Thus, using conversational client instances won't increase the values you see for getPoolFreeCount() or getPoolTakenCount().
Privileges | Read only |
Type | int |
Total number of client instances that have been taken from the pool over the lifetime of the pool for this client port runtime, or 0 if no pool has been initialized for it. Note, this value can exceed the capacity of the pool because client instances are released back into the pool to be taken again later.
Privileges | Read only |
Type | int |
Total number of simple (non-pooled, non-conversational) client instances that have been created over the life of this client port runtime (i.e. using the same client identity and port name). Note, if a non-zero capacity is given for the pool associated with the client identity for this client port runtime, then all client instances retrieved for it will come from the pool, and the simple client create count will be 0.
Privileges | Read only |
Type | int |
Name of this port.
This attribute corresponds to the "name" attribute of the "port" element in the WSDL that describes the Web service. Programmers specify the name of the port using the portName attribute of the @WLXXXTransport annotation, where XXX refers to the type of transport (HTTP, HTTPS, or JMS).
Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute.
Privileges | Read only |
Type | java.lang.String |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
Date and time that the Web service endpoint started.
Privileges | Read only |
Type | long |
Total number of security faults and violations.
Deprecated.
Privileges | Read only |
Type | int |
Total number of security faults and violations.
Privileges | Read only |
Type | int |
Transport protocol used to invoke this Web service, such as HTTP, HTTPS, or JMS.
This attribute determines the transport that is published in the endpoint address section of the WSDL of the Web Service. Programmers specify the transport by the type of @WLXXXTransport JWS annotation they specify, where XXX refers to the type of transport (HTTP, HTTPS, or JMS).
Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute.
Privileges | Read only |
Type | java.lang.String |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |