public class ServiceInfo extends AbstractEntry implements ServiceControlled, SmartExternalizable
ServiceInfoBean
,
Serialized FormModifier and Type | Field and Description |
---|---|
String |
manufacturer
The name of the manufacturer or author of this service.
|
String |
model
The model name or number of this service, if any.
|
String |
name
The name of the product or package of which this service is an instance.
|
String |
serialNumber
The serial number of this instance of the service, if any.
|
String |
vendor
The name of the vendor of this service.
|
String |
version
The version of this service.
|
Constructor and Description |
---|
ServiceInfo()
Construct an empty instance of this class.
|
ServiceInfo(String name,
String manufacturer,
String vendor,
String version,
String model,
String serialNumber)
Construct an instance of this class, with all fields initialized appropriately.
|
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
equals, equals, hashCode, hashCode, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public String name
public String manufacturer
public String vendor
public String version
public String model
public String serialNumber
public ServiceInfo()
public ServiceInfo(String name, String manufacturer, String vendor, String version, String model, String serialNumber)
name
- a String
representing the name valuemanufacturer
- a String
representing the manufacturer valuevendor
- a String
representing the vendor valueversion
- a String
representing the version valuemodel
- a String
representing the model valueserialNumber
- a String
representing the serial number valuepublic 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
Copyright © GigaSpaces.