|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.pu.service.PlainAggregatedServiceDetails
public class PlainAggregatedServiceDetails
A simple and generic implementation of the AggregatedServiceDetails
interface.
Constructor Summary | |
---|---|
PlainAggregatedServiceDetails()
Just for externalizable. |
|
PlainAggregatedServiceDetails(String serviceType,
ServiceDetails[] details)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlainAggregatedServiceDetails()
public PlainAggregatedServiceDetails(String serviceType, ServiceDetails[] details)
Method Detail |
---|
public String getServiceType()
AggregatedServiceDetails
getServiceType
in interface AggregatedServiceDetails
public Map<String,Object> getAttributes()
AggregatedServiceDetails
getAttributes
in interface AggregatedServiceDetails
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public String toString()
toString
in class Object
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |