Class ServiceList

All Implemented Interfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, ConfigComment, EventHandlerAware, MessageEventGenerator, Service, ServiceCollection, StateManagedComponent, Iterable<Service>, Collection<Service>, List<Service>
Direct Known Subclasses:
JdbcServiceList

@ComponentProfile(summary="A collection of services", tag="service,base") public class ServiceList extends ServiceListBase
Implementation of ServiceCollection with an ordered list of Services.

In the adapter configuration file this class is aliased as service-list which is the preferred alternative to the fully qualified classname when building your configuration.

  • Constructor Details

    • ServiceList

      public ServiceList()
    • ServiceList

      public ServiceList(Collection<Service> serviceList)
    • ServiceList

      public ServiceList(Service... serviceList)
  • Method Details