Interface ConnectedService

All Superinterfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, ConfigComment, MessageEventGenerator, Service, StateManagedComponent
All Known Implementing Classes:
AbstractJdbcSequenceNumberService, AcknowledgeService, AddToCacheService, AddValueToCache, AggregatingFtpConsumeService, AggregatingJmsConsumeService, BasicMessageSplitterService, CacheServiceBase, CacheServiceImpl, CheckAndRetrieve, CheckCacheService, ClearCacheService, GetAndCacheOauthToken, GetValueFromCache, JdbcBatchingDataCaptureService, JdbcDataCaptureService, JdbcDataCaptureServiceImpl, JdbcDataQueryService, JdbcIteratingDataCaptureServiceImpl, JdbcMapInsert, JdbcMapUpsert, JdbcRawDataCaptureService, JdbcService, JdbcServiceList, JdbcServiceWithParameters, JmxOperationCallService, JmxOperationServiceImpl, JmxWaitService, MetadataIdentitySequenceNumberService, RemoveFromCacheService, RemoveKeyFromCache, RetrieveFromCacheService, RetryMessagesService, RetryOnceStandaloneProducer, RetryServiceImp, SingleKeyCacheService, SingleKeyValueCacheImpl, StandaloneProducer, StandaloneRequestor, StaticIdentitySequenceNumberService, StoreMessageForRetryService

public interface ConnectedService extends Service
An interface that represents a Service that contains a connection.
  • Method Details

    • setConnection

      void setConnection(AdaptrisConnection c)
      Sets the AdaptrisConnection to use.
      Parameters:
      c - the AdaptrisConnection to use
    • getConnection

      AdaptrisConnection getConnection()
      Returns the AdaptrisConnection to use.
      Returns:
      the AdaptrisConnection