Generates notifications about the deployment state of resource adapters. (Each resource adapter is represented by an instance of ConnectorComponentMBean .)
In 2-phase deployment, if a resource adapter's state is
PREPARED
then it has achieved the first phase of
deployment (everything is set up and all that remains is to enable
a reference to the adapter). When the resource adapter is in an
ACTIVATED
state, it has achieved the second phase of
deployment, in which applications can obtain a reference to the
adapter.
A server instance creates an instance of this interface when it
creates an instance of
weblogic.management.configuration.ConnectorComponentMBean
.
Since | 8.1.0.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.ConnectorComponentRuntimeMBean
|
||
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 ComponentRuntimeMBean |
Because this MBean extends or implements ComponentRuntimeMBean, you can also access this MBean by retrieving ComponentRuntimeMBeans. The following attributes contain ComponentRuntimeMBeans and its subtypes:
|
This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
An array of ConnectorConnectionPoolRuntimeMBeans
,
each of which represents the runtime data for a connection pool in
the resource adapter.
For more information, see:
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | ConnectorConnectionPoolRuntimeMBean[] |
Relationship type: | Containment. |
Return the connector service runtime.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | ConnectorServiceRuntimeMBean |
Relationship type: | Containment. |
An array of runtime information for all inbound connections for the resource adapter.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | ConnectorInboundRuntimeMBean[] |
Relationship type: | Containment. |
Privileges | Read only |
Type | Stats |
Relationship type: | Reference. |
Get the runtime mbeans for all work managers defined in this component
Privileges | Read only |
Type | WorkManagerRuntimeMBean[] |
Relationship type: | Reference. |
This section describes the following attributes:
Return true if this version is the active version. Returns true if this resource adapter is not versioned.
Privileges | Read only |
Type | boolean |
Get the active version Id.
Privileges | Read only |
Type | java.lang.String |
Gets the AppDeploymentMBean for the Connector Component
Deprecated.
Privileges | Read only |
Type |
Get the name of the connector component.
Privileges | Read only |
Type | java.lang.String |
Return the xml string representing the RA configuration. The xml corresponding to the latest schema is returned. The current supported version is "1.0"
Privileges | Read only |
Type | java.lang.String |
Return the latest configuration version.<.p>
Privileges | Read only |
Type | java.lang.String |
Gets a subset of the resource adapter descriptor information.
Privileges | Read only |
Type | java.util.Properties |
The number of connection pools.
Privileges | Read only |
Type | int |
Gets the ConnectorComponentMBean for the Connector Component.
Deprecated.
Privileges | Read only |
Type |
The current deployment state of the module.
Privileges | Read only |
Type | int |
Get the Description for the resource adapter.
Privileges | Read only |
Type | java.lang.String |
Get the Descriptions for the resource adapter.
Privileges | Read only |
Type | class java.lang.String[] |
Returns the EISResourceId for the component.
Privileges | Read only |
Type | java.lang.String |
Get the EIS type.
Privileges | Read only |
Type | java.lang.String |
The number of inbound connections for the resource adapter.
Privileges | Read only |
Type | int |
Get the Jndi name of the resource adapter.
Privileges | Read only |
Type | java.lang.String |
Get the linkref.
Privileges | Read only |
Type | java.lang.String |
Returns the identifier for this Component. The identifier is unique within the application.
Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR.
Privileges | Read only |
Type | java.lang.String |
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 |
Get the latest schema for RA configuration.
Privileges | Read only |
Type | java.lang.String |
Get the spec version.
Privileges | Read only |
Type | java.lang.String |
Get the state of the resource adapter.
Privileges | Read only |
Type | java.lang.String |
Gets the suspended state information of the resource adapter.
If getState() returns SUSPENDED then getSuspendedState() returns an integer describing which functions of the resource adapter are suspended: one or more of INBOUND, OUTBOUND or WORK (or ALL) or 0 for nothing suspended
For more information, see:
Privileges | Read only |
Type | int |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
Get the vendor name.
Privileges | Read only |
Type | java.lang.String |
Get the version.
Privileges | Read only |
Type | java.lang.String |
Check if the resource adapter is versioned. Returns true if it is.
Privileges | Read only |
Type | boolean |
Get the version Id.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
Return the xml string representing the RA configuration. The xml corresponding to the version specified is returned.
Operation Name | "getConfiguration" |
Parameters | Object [] { version }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | String
|
Returns a ConnectorConnectionPoolRuntimeMBean
that
represents the statistics for a connection pool. The pool that is
accessed in this call must be part of the resource adapter that is
being accessed. A null is returned if the JNDI name or
resource-link name is not found.
For more information, see:
Operation Name | "getConnectionPool" |
Parameters | Object [] { key }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | ConnectorConnectionPoolRuntimeMBean |
Runtime information for the specified inbound connection. A null is returned if the inbound connection is not found in the resource adapter.
Operation Name | "getInboundConnection" |
Parameters | Object [] { messageListenerType }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | ConnectorInboundRuntimeMBean |
Get the schema for RA configuration based on the version that is provided. Return null if the version is not found. The current supported version is "1.0"
Operation Name | "getSchema" |
Parameters | Object [] { version }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns | String
|
Resumes the specified type of activity for this resource adapter
Operation Name | "resume" |
Parameters | Object [] { type, props }
where:
|
Signature | String [] {
"java.lang.Integer",
"java.util.Properties" } |
Returns |
void
|
Exceptions |
|
Resumes the specified type of activity for this resource adapter
Operation Name | "resume" |
Parameters | Object [] { type }
where:
|
Signature | String [] {
"java.lang.Integer" } |
Returns |
void
|
Exceptions |
|
Resumes all activities of this resource adapter.
Operation Name | "resumeAll" |
Parameters | null |
Signature | null |
Returns |
void
|
Exceptions |
|
Suspends the specified type of activity for this resource adapter
Operation Name | "suspend" |
Parameters | Object [] { type, props }
where:
|
Signature | String [] {
"java.lang.Integer",
"java.util.Properties" } |
Returns |
void
|
Exceptions |
|
Suspend a particular type of activity for this resource adapter
Operation Name | "suspend" |
Parameters | Object [] { type }
where:
|
Signature | String [] {
"java.lang.Integer" } |
Returns |
void
|
Exceptions |
|
Resumes all activities of this resource adapter.
Operation Name | "suspendAll" |
Parameters | null |
Signature | null |
Returns |
void
|
Exceptions |
|