|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jini.core.lookup.ServiceItem
public class ServiceItem
Items are stored in and retrieved from the lookup service using instances of this class.
Field Summary | |
---|---|
Entry[] |
attributeSets
Attribute sets. |
Object |
service
A service object. |
ServiceID |
serviceID
A service ID, or null if registering for the first time. |
Constructor Summary | |
---|---|
ServiceItem(ServiceID serviceID,
Object service,
Entry[] attrSets)
Simple constructor. |
Method Summary | |
---|---|
Object |
getService()
|
String |
toString()
Returns a String representation of this
ServiceItem . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public ServiceID serviceID
public Object service
public Entry[] attributeSets
Constructor Detail |
---|
public ServiceItem(ServiceID serviceID, Object service, Entry[] attrSets)
serviceID
- service ID, or null if registering for the first timeservice
- service objectattrSets
- attribute setsMethod Detail |
---|
public Object getService()
public String toString()
String
representation of this
ServiceItem
.
toString
in class Object
String
representation of this
ServiceItem
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |