| Package | Description |
|---|---|
| com.sun.enterprise.connectors | |
| com.sun.enterprise.connectors.inbound | |
| com.sun.enterprise.connectors.jms.system |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveOutboundResourceAdapter
This class represents a live outbound resource adapter (1.5 compliant) i.e.
|
class |
ActiveResourceAdapterImpl
This class represents the abstraction of a 1.0 compliant rar.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ActiveResourceAdapter> |
ConnectorRegistry.resourceAdapters
resourceAdapters keeps track of all active resource
adapters in the connector runtime. |
| Modifier and Type | Method and Description |
|---|---|
ActiveResourceAdapter |
ActiveRAFactory.createActiveResourceAdapter(ConnectorDescriptor cd,
String moduleName,
ClassLoader loader)
Creates an active resource adapter.
|
ActiveResourceAdapter |
ConnectorRegistry.getActiveResourceAdapter(String rarModuleName)
Retrieves the object implementing ActiveResourceAdapter interface
from the registry.
|
ActiveResourceAdapter[] |
ConnectorRegistry.getAllActiveResourceAdapters()
Returns all Active Resource Adapters in the connector runtime.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorRegistry.addActiveResourceAdapter(String rarModuleName,
ActiveResourceAdapter rar)
Adds the object implementing ActiveResourceAdapter
interface to the registry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActiveInboundResourceAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveInboundResourceAdapterImpl
Represents the active (runtime) inbound resource-adapter
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveJmsResourceAdapter
Represents an active JMS resource adapter.
|
Copyright © 2017. All rights reserved.