This interface defines the runtime information that can be accessed at a connector service level. Runtime information can be accessed at a per resource adapter level or at an overall level.
If you use the getMBeanInfo
operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.ConnectorServiceRuntimeMBean
Since 6.1.0.0
No factory methods. Instances of this MBean are created automatically.
You can access this MBean from the following MBean attributes:
|
This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
Returns an array of runtime information for all deployed and active resource adapters.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | ConnectorComponentRuntimeMBean[] |
Returns connection pool runtimes for all active resource adapters.
Deprecated.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | ConnectorConnectionPoolRuntimeMBean[] |
Returns an array of runtime information for all deployed and inactive resource adapters.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | ConnectorComponentRuntimeMBean[] |
Returns an array of runtime information for all deployed resource adapters.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | ConnectorComponentRuntimeMBean[] |
This section describes the following attributes:
Returns the number of resource adapters that are active.
Privileges | Read only |
Type | int |
Returns the number of connection pools in all active RAs.
Deprecated.
Privileges | Read only |
Type | int |
Returns the number of resource adapter connection pools that have been created since server start up. This includes re-deployments.
Returns the total number of deployed connection pools instantiated since the Server startup.
Deprecated.
Privileges | Read only |
Type | int |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Returns the number of resource adapters that have been deployed in the server. This count includes active RAs and Non-active RAs ( in the case of versioned RAs that are being replced by a new version )
Privileges | Read only |
Type | int |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
Returns a ConnectorConnectionPoolRuntimeMBean that represents the statistics for a Deployed Connection Pool (a deployed connection pool is equivalent to a deployed RAR).
Deprecated.
Operation Name | "getConnectionPool" |
Parameters | Object [] {
the }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | ConnectorConnectionPoolRuntimeMBean |
Returns runtime information for the specified inbound connection. A null is returned if the inbound connection is not found.
Operation Name | "getInboundConnections" |
Parameters | Object [] {
messageListenerType }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
class |
Returns the runtime information of the resource adapter specified by the given JNDI name. A null is returned if the resource adapter cannot be found. This function returns the active RA if multiple versions of the resource adapters has been deployed
Operation Name | "getRA" |
Parameters | Object [] {
jndiName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | ConnectorComponentRuntimeMBean |
Resumes the specified type of activity for all RAs.
Operation Name | "resume" |
Parameters | Object [] {
type }
where:
|
Signature | String [] {
"java.lang.Integer" } |
Returns |
void
|
weblogic.utils.ErrorCollectionException
Resumes the specified type of activity for all RAs
Operation Name | "resume" |
Parameters | Object [] {
type, props }
where:
|
Signature | String [] {
"java.lang.Integer",
"java.util.Properties" } |
Returns |
void
|
weblogic.utils.ErrorCollectionException
Resumes all activities of all resource adapters.
Operation Name | "resumeAll" |
Parameters | null |
Signature | null |
Returns |
void
|
weblogic.utils.ErrorCollectionException
Resumes all activities of all resource adapters.
Operation Name | "resumeAll" |
Parameters | Object [] {
props }
where:
|
Signature | String [] {
"java.util.Properties" } |
Returns |
void
|
weblogic.utils.ErrorCollectionException
Suspends the specified type of activity for all RAs
Operation Name | "suspend" |
Parameters | Object [] {
type, props }
where:
|
Signature | String [] {
"java.lang.Integer",
"java.util.Properties" } |
Returns |
void
|
weblogic.utils.ErrorCollectionException
Suspends the specified type of activity for all RAs.
Operation Name | "suspend" |
Parameters | Object [] {
type }
where:
|
Signature | String [] {
"java.lang.Integer" } |
Returns |
void
|
weblogic.utils.ErrorCollectionException
Suspends all activities of all resource adapters.
Operation Name | "suspendAll" |
Parameters | Object [] {
props }
where:
|
Signature | String [] {
"java.util.Properties" } |
Returns |
void
|
weblogic.utils.ErrorCollectionException
Suspends all activities of all resource adapters.
Operation Name | "suspendAll" |
Parameters | null |
Signature | null |
Returns |
void
|
weblogic.utils.ErrorCollectionException