GigaSpaces - Open Spaces

org.openspaces.interop
Class DotnetServiceDetails

java.lang.Object
  extended by org.openspaces.interop.DotnetServiceDetails
All Implemented Interfaces:
Externalizable, Serializable, PUServiceDetails

public class DotnetServiceDetails
extends Object
implements PUServiceDetails, Externalizable

A service that holds a dot net.

Author:
kimchy
See Also:
Serialized Form

Constructor Summary
DotnetServiceDetails()
           
DotnetServiceDetails(String type, String serviceType, String description, String longDescription)
           
 
Method Summary
 String getDescription()
          Returns a short description of the service.
 String getLongDescription()
          Returns the long description
 String getServiceType()
          Returns the service type.
 String getType()
          Returns the type of the serive details.
 void readExternal(ObjectInput in)
           
 void setType(String type)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotnetServiceDetails

public DotnetServiceDetails()

DotnetServiceDetails

public DotnetServiceDetails(String type,
                            String serviceType,
                            String description,
                            String longDescription)
Method Detail

getServiceType

public String getServiceType()
Description copied from interface: PUServiceDetails
Returns the service type. For example, space, dotnet, jee.

Specified by:
getServiceType in interface PUServiceDetails

getDescription

public String getDescription()
Description copied from interface: PUServiceDetails
Returns a short description of the service.

Specified by:
getDescription in interface PUServiceDetails

getLongDescription

public String getLongDescription()
Description copied from interface: PUServiceDetails
Returns the long description

Specified by:
getLongDescription in interface PUServiceDetails

getType

public String getType()
Description copied from interface: PUServiceDetails
Returns the type of the serive details. For example, in case of space, it can be localcache, proxy, ... .

Specified by:
getType in interface PUServiceDetails

setType

public void setType(String type)

writeExternal

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

readExternal

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

GigaSpaces - Open Spaces

Copyright © GigaSpaces.