|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdapterType
Represents metadata about an adapter, including what types of listeners and connections it supports.
Tool Environments use this interface as the primary handle to interact with a metadata discovery service provider to derive connections from it.
Typically a Resource Adapter will only have one AdapterType. However this is not mandatory, and it is possible for Resource Adapters to provide multiple AdapterTypes
Method Summary | |
---|---|
InboundConnectionType[] |
getInboundConnectionTypes()
Gets an array of all the inbound connection types this adapter defines. |
OutboundConnectionType[] |
getOutboundConnectionTypes()
Gets an array of all the outbound connection types this adapter defines. |
Methods inherited from interface commonj.connector.metadata.discovery.AdapterTypeSummary |
---|
getDescription, getDisplayName, getId, getVendor, getVersion, hasMetadataConnectionTypes |
Method Detail |
---|
OutboundConnectionType[] getOutboundConnectionTypes()
null
if the
adapter has no outbound connection typesInboundConnectionType[] getInboundConnectionTypes()
null
if the
adapter has no inbound connection types
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |