J2CResourceAdapter MBean

All Parent MBeans:

J2EEResourceProvider, J2EEResource, J2EEManagedObject, StatisticsProvider, StateManageable, Stateful, EventProvider

Partial ObjectName:
WebSphere:*,type=J2CResourceAdapter,j2eeType=JCAResource


MBean J2CResourceAdapter

Management interface for J2C resource adapter.


Attribute Summary

java.lang.String[]connectionFactories
          
java.lang.StringarchivePath
          

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.BooleanisPaused()
          

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.IntegergetStatus()
           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

connectionFactories

public java.lang.String[] connectionFactories

     

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


archivePath

public java.lang.String archivePath

     

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Operation Detail

pause

public  pause()

     Resource Adapter for this object will be paused.

Security Roles:

     administrator
     operator


isPaused

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.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


resume

public  resume()

     Resource Adapter for this obect will resumed.

Security Roles:

     administrator
     operator


getStatus

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

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Copyright IBM Corporation 2002, 2012