Oracle Fusion Middleware User Messaging Service 11.1.1.6.0 Java API Reference
E14011-04

oracle.sdp.messaging.driver
Interface DriverMetaData


public interface DriverMetaData

The driver meta data interface. Used internally to pass driver information to Messaging Engine.

Since:
11.0.0

Method Summary
 CapabilityType getCapability()
           
 int getCost()
          Get the cost level.
 java.lang.String getDefaultSenderAddress()
           
 java.lang.String getInstanceName()
           
 java.lang.String[] getSenderAddresses()
           
 int getSpeed()
          Get the speed level.
 java.lang.String[] getSupportedCarriers()
           
 java.lang.String[] getSupportedContentTypes()
           
 java.lang.String[] getSupportedDeliveryTypes()
           
 java.lang.String[] getSupportedProtocols()
           
 StatusType[] getSupportedStatusTypes()
           
 boolean isSupportsCancel()
           
 boolean isSupportsReplace()
           
 boolean isSupportsStatusPolling()
           
 boolean isSupportsTracking()
           
 

Method Detail

getCapability

CapabilityType getCapability()
Returns:
returns the capability.

getCost

int getCost()
Get the cost level.

Returns:
the cost level.

getDefaultSenderAddress

java.lang.String getDefaultSenderAddress()
Returns:
returns the defaultSenderAddress.

getInstanceName

java.lang.String getInstanceName()
Returns:
returns the instanceName.

getSenderAddresses

java.lang.String[] getSenderAddresses()
Returns:
returns the senderAddresses.

getSpeed

int getSpeed()
Get the speed level.

Returns:
the speed level.

getSupportedCarriers

java.lang.String[] getSupportedCarriers()
Returns:
returns the supportedCarriers.

getSupportedContentTypes

java.lang.String[] getSupportedContentTypes()
Returns:
returns the supportedContentTypes.

getSupportedDeliveryTypes

java.lang.String[] getSupportedDeliveryTypes()
Returns:
returns the supportedDeliveryTypes.

getSupportedProtocols

java.lang.String[] getSupportedProtocols()
Returns:
returns the supportedProtocols.

getSupportedStatusTypes

StatusType[] getSupportedStatusTypes()
Returns:
returns the supportedStatusTypes.

isSupportsCancel

boolean isSupportsCancel()
Returns:
returns true if Cancel is supported.

isSupportsReplace

boolean isSupportsReplace()
Returns:
returns true if Replace is supported.

isSupportsStatusPolling

boolean isSupportsStatusPolling()
Returns:
returns true if Status Polling is supported.

isSupportsTracking

boolean isSupportsTracking()
Returns:
returns true if Tracking is supported.

Oracle Fusion Middleware User Messaging Service 11.1.1.6.0 Java API Reference
E14011-04

Copyright © 2009, 2011 Oracle and/or its affiliates. All rights reserved.