public class PlainAggregatedServiceDetails extends Object implements AggregatedServiceDetails, Externalizable
AggregatedServiceDetails
 interface.| Constructor and Description | 
|---|
PlainAggregatedServiceDetails()
Just for externalizable. 
 | 
PlainAggregatedServiceDetails(String serviceType,
                             ServiceDetails[] details)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Object> | 
getAttributes()
Returns key value pair of attributes for the details. 
 | 
String | 
getServiceType()
Returns the aggregated service details. 
 | 
void | 
readExternal(ObjectInput in)  | 
String | 
toString()  | 
void | 
writeExternal(ObjectOutput out)  | 
public PlainAggregatedServiceDetails()
public PlainAggregatedServiceDetails(String serviceType, ServiceDetails[] details)
public String getServiceType()
AggregatedServiceDetailsgetServiceType in interface AggregatedServiceDetailspublic Map<String,Object> getAttributes()
AggregatedServiceDetailsgetAttributes in interface AggregatedServiceDetailspublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.