org.openspaces.pu.service
Class CustomServiceDetails
java.lang.Object
  
org.openspaces.pu.service.PlainServiceDetails
      
org.openspaces.pu.service.CustomServiceDetails
- All Implemented Interfaces: 
 - Externalizable, Serializable, ServiceDetails
 
public class CustomServiceDetails
- extends PlainServiceDetails
 
This class should be used by customers in order to implement their ServiceDetails
- Since:
 
  - 8.0.1
 
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class org.openspaces.pu.service.PlainServiceDetails | 
aggregateById, aggregateByServiceSubType, aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, readExternal, toString, writeExternal | 
 
 
SERVICE_TYPE
public static final String SERVICE_TYPE
- See Also:
 - Constant Field Values
 
CustomServiceDetails
public CustomServiceDetails()
CustomServiceDetails
public CustomServiceDetails(String id,
                            String serviceType,
                            String serviceSubType,
                            String description,
                            String longDescription)
- Parameters:
 id - should identify that serviceserviceType - serviceSubType - description - longDescription - 
Copyright © GigaSpaces.