public static class OSDetails.OSVendorDetails extends Object implements Externalizable
Constructor and Description |
---|
OSVendorDetails() |
OSVendorDetails(String vendor,
String vendorCodeName,
String vendorName,
String vendorVersion) |
Modifier and Type | Method and Description |
---|---|
String |
getVendor() |
String |
getVendorCodeName() |
String |
getVendorName() |
String |
getVendorVersion() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public String getVendor()
public String getVendorCodeName()
public String getVendorName()
public String getVendorVersion()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © GigaSpaces.