Package org.openspaces.pu.service
Interface ServiceDetails
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AsyncPollingEventContainerServiceDetails,CustomServiceDetails,EventContainerServiceDetails,GatewayDelegatorServiceDetails,GatewayServiceDetails,GatewaySinkServiceDetails,JeeServiceDetails,NotifyEventContainerServiceDetails,PlainServiceDetails,PollingEventContainerServiceDetails,RemotingServiceDetails,SpaceServiceDetails,StandaloneServiceDetails
A generic service that exists within a processing unit.
- Author:
- kimchy
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns extra attributes the service details wishes to expose.Returns a short description of the service.getId()Returns the id of the processing unit (usually the bean id).Returns the long descriptionReturns the type of the serive details.Returns the service type.
-
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
Returns extra attributes the service details wishes to expose.
-