|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jini.entry.AbstractEntry
net.jini.lookup.entry.ServiceInfo
public class ServiceInfo
Generic information about a service. This includes the name of the manufacturer, the product, and the vendor.
ServiceInfoBean,
Serialized Form| Field Summary | |
|---|---|
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 Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class net.jini.entry.AbstractEntry |
|---|
equals, equals, hashCode, hashCode, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public String manufacturer
public String vendor
public String version
public String model
public String serialNumber
| Constructor Detail |
|---|
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 value| Method Detail |
|---|
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||