J2EEResourceProvider, J2EEResource, J2EEManagedObject, StatisticsProvider, StateManageable, Stateful, EventProvider
WebSphere:*,type=J2CResourceAdapter,j2eeType=JCAResource
MBean J2CResourceAdapter
Management interface for J2C resource adapter.
Attribute Summary | |
---|---|
java.lang.String[] | connectionFactories |
java.lang.String | archivePath |
Attributes inherited from MBean J2EEResourceProvider |
---|
name , description |
Attributes inherited from MBean StatisticsProvider |
---|
stats |
Attributes inherited from MBean StateManageable |
---|
state , startTime |
Attributes inherited from MBean J2EEManagedObject |
---|
objectName , stateManageable , statisticsProvider , eventProvider |
Attributes inherited from MBean EventProvider |
---|
eventTypes |
Operation Summary | |
---|---|
| pause() Resource Adapter for this object will be paused. |
java.lang.Boolean | isPaused() Deprecated.As of 6.0.2, this method is deprecated. Please get the status instead |
| resume() Resource Adapter for this obect will resumed. |
java.lang.Integer | getStatus() Lifecycle status: 0=Status request failed; 1=Active; 2=Paused; 3=Stopped; 4=Paused - Mixed: some of the ConnectionFactories, DataSources, and ActivationSpecs are Pause while others are active; 99=Failed |
Operations inherited from MBean StateManageable |
---|
start , startRecursive , stop |
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 |
Attribute Detail |
---|
public java.lang.String[] connectionFactories
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String archivePath
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public pause()
Resource Adapter for this object will be paused.
administrator
operator
public java.lang.Boolean isPaused()
Deprecated.
As of 6.0.2, this method is deprecated. Please get the status instead
Is the Resource Adapter paused.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public resume()
Resource Adapter for this obect will resumed.
administrator
operator
public java.lang.Integer getStatus()
Lifecycle status: 0=Status request failed; 1=Active; 2=Paused; 3=Stopped; 4=Paused - Mixed: some of the ConnectionFactories, DataSources, and ActivationSpecs are Pause while others are active; 99=Failed
administrator
operator
configurator
monitor
deployer
adminsecuritymanager