GigaSpaces XAP 10.0.1 API

org.openspaces.interop
Class DotnetContainerServiceDetails

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

public class DotnetContainerServiceDetails
extends PlainServiceDetails

A service that holds a dot net.

Author:
kimchy
See Also:
Serialized Form

Field Summary
static String SERVICE_TYPE
           
 
Fields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType
 
Constructor Summary
DotnetContainerServiceDetails()
           
DotnetContainerServiceDetails(String id, String serviceSubType, String description, String longDescription)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void setSubType(String type)
           
 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
 

Field Detail

SERVICE_TYPE

public static final String SERVICE_TYPE
See Also:
Constant Field Values
Constructor Detail

DotnetContainerServiceDetails

public DotnetContainerServiceDetails()

DotnetContainerServiceDetails

public DotnetContainerServiceDetails(String id,
                                     String serviceSubType,
                                     String description,
                                     String longDescription)
Method Detail

setSubType

public void setSubType(String type)

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 10.0.1 API

Copyright © GigaSpaces.