public class CustomServiceDetails extends PlainServiceDetails
| Modifier and Type | Field and Description | 
|---|---|
static String | 
SERVICE_TYPE  | 
attributes, description, id, longDescription, serviceSubType, serviceType| Constructor and Description | 
|---|
CustomServiceDetails()  | 
CustomServiceDetails(String id,
                    String serviceSubType,
                    String description,
                    String longDescription)
Constructor 
 | 
CustomServiceDetails(String id,
                    String serviceType,
                    String serviceSubType,
                    String description,
                    String longDescription)
Deprecated. 
 
since 9.0 Use  
CustomServiceDetails(String, String, String, String)
 instead - constructor that does not receive service type as parameter since custom type is
 always SERVICE_TYPE | 
aggregateById, aggregateByServiceSubType, aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, readExternal, toString, writeExternalpublic static final String SERVICE_TYPE
public CustomServiceDetails()
public CustomServiceDetails(String id, String serviceType, String serviceSubType, String description, String longDescription)
CustomServiceDetails(String, String, String, String)
 instead - constructor that does not receive service type as parameter since custom type is
 always SERVICE_TYPEid - should identify that servicepublic CustomServiceDetails(String id, String serviceSubType, String description, String longDescription)
id - should identify that service, should be same as CustomServiceMonitors's iddescription - should be same as CustomServiceMonitors's descriptionCopyright © GigaSpaces.