Uses of Interface
com.sun.enterprise.connectors.ActiveResourceAdapter
-
Packages that use ActiveResourceAdapter Package Description com.sun.enterprise.connectors com.sun.enterprise.connectors.inbound com.sun.enterprise.connectors.jms.system -
-
Uses of ActiveResourceAdapter in com.sun.enterprise.connectors
Classes in com.sun.enterprise.connectors that implement ActiveResourceAdapter Modifier and Type Class Description classActiveOutboundResourceAdapterThis class represents a live outbound resource adapter (1.5 compliant) i.e.classActiveResourceAdapterImplThis class represents the abstraction of a 1.0 compliant rar.Fields in com.sun.enterprise.connectors with type parameters of type ActiveResourceAdapter Modifier and Type Field Description protected Map<String,ActiveResourceAdapter>ConnectorRegistry. resourceAdaptersresourceAdapterskeeps track of all active resource adapters in the connector runtime.Methods in com.sun.enterprise.connectors that return ActiveResourceAdapter Modifier and Type Method Description ActiveResourceAdapterActiveRAFactory. createActiveResourceAdapter(ConnectorDescriptor cd, String moduleName, ClassLoader loader)Creates an active resource adapter.ActiveResourceAdapterConnectorRegistry. getActiveResourceAdapter(String rarModuleName)Retrieves the object implementing ActiveResourceAdapter interface from the registry.ActiveResourceAdapter[]ConnectorRegistry. getAllActiveResourceAdapters()Returns all Active Resource Adapters in the connector runtime.Methods in com.sun.enterprise.connectors with parameters of type ActiveResourceAdapter Modifier and Type Method Description voidConnectorRegistry. addActiveResourceAdapter(String rarModuleName, ActiveResourceAdapter rar)Adds the object implementing ActiveResourceAdapter interface to the registry. -
Uses of ActiveResourceAdapter in com.sun.enterprise.connectors.inbound
Subinterfaces of ActiveResourceAdapter in com.sun.enterprise.connectors.inbound Modifier and Type Interface Description interfaceActiveInboundResourceAdapterClasses in com.sun.enterprise.connectors.inbound that implement ActiveResourceAdapter Modifier and Type Class Description classActiveInboundResourceAdapterImplRepresents the active (runtime) inbound resource-adapter -
Uses of ActiveResourceAdapter in com.sun.enterprise.connectors.jms.system
Classes in com.sun.enterprise.connectors.jms.system that implement ActiveResourceAdapter Modifier and Type Class Description classActiveJmsResourceAdapterRepresents an active JMS resource adapter.
-