GigaSpaces XAP 9.5 API

org.openspaces.interop
Class DotnetServiceDetails

java.lang.Object
  extended by org.openspaces.pu.service.PlainServiceDetails
      extended by org.openspaces.interop.DotnetServiceDetails
All Implemented Interfaces:
Externalizable, Serializable, ServiceDetails

public class DotnetServiceDetails
extends PlainServiceDetails

A service that holds a dot net.

Author:
kimchy
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType
 
Constructor Summary
DotnetServiceDetails()
           
DotnetServiceDetails(String id, String serviceType, String serviceSubType, String description, String longDescription)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.openspaces.pu.service.PlainServiceDetails
aggregateById, aggregateByServiceSubType, aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DotnetServiceDetails

public DotnetServiceDetails()

DotnetServiceDetails

public DotnetServiceDetails(String id,
                            String serviceType,
                            String serviceSubType,
                            String description,
                            String longDescription)
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class PlainServiceDetails
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class PlainServiceDetails
Throws:
IOException
ClassNotFoundException

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.