Package | Description |
---|---|
weblogic.management.runtime |
Modifier and Type | Method and Description |
---|---|
ConnectorComponentRuntimeMBean[] |
ConnectorServiceRuntimeMBean.getActiveRAs()
Returns an array of runtime information for all deployed
and active resource adapters.
|
ConnectorComponentRuntimeMBean[] |
ConnectorServiceRuntimeMBean.getInactiveRAs()
Returns an array of runtime information for all deployed
and inactive resource adapters.
|
ConnectorComponentRuntimeMBean |
ConnectorServiceRuntimeMBean.getRA(String key)
Returns the runtime information of the resource adapter specified
by the given JNDI name.
|
ConnectorComponentRuntimeMBean[] |
ConnectorServiceRuntimeMBean.getRAs()
Returns an array of runtime information for all deployed
resource adapters.
|