Interface ServiceDetails

All Superinterfaces:
Serializable
All Known Implementing Classes:
AsyncPollingEventContainerServiceDetails, CustomServiceDetails, EventContainerServiceDetails, GatewayDelegatorServiceDetails, GatewayServiceDetails, GatewaySinkServiceDetails, JeeServiceDetails, NotifyEventContainerServiceDetails, PlainServiceDetails, PollingEventContainerServiceDetails, RemotingServiceDetails, SpaceServiceDetails, StandaloneServiceDetails

public interface ServiceDetails extends Serializable
A generic service that exists within a processing unit.
Author:
kimchy
See Also:
  • Method Details

    • getId

      String getId()
      Returns the id of the processing unit (usually the bean id).
    • getServiceType

      String getServiceType()
      Returns the service type. For example, space, dotnet, jee.
    • getServiceSubType

      String getServiceSubType()
      Returns the type of the serive details. For example, in case of space, it can be localcache, proxy, ... .
    • getDescription

      String getDescription()
      Returns a short description of the service.
    • getLongDescription

      String getLongDescription()
      Returns the long description
    • getAttributes

      Map<String,Object> getAttributes()
      Returns extra attributes the service details wishes to expose.