|
GigaSpaces - Open Spaces | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openspaces.interop.DotnetServiceDetails
public class DotnetServiceDetails
A service that holds a dot net.
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 |
---|
public DotnetServiceDetails()
public DotnetServiceDetails(String type, String serviceType, String description, String longDescription)
Method Detail |
---|
public String getServiceType()
PUServiceDetails
getServiceType
in interface PUServiceDetails
public String getDescription()
PUServiceDetails
getDescription
in interface PUServiceDetails
public String getLongDescription()
PUServiceDetails
getLongDescription
in interface PUServiceDetails
public String getType()
PUServiceDetails
getType
in interface PUServiceDetails
public void setType(String type)
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
|
GigaSpaces - Open Spaces | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |