|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.core.lookup.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 | |
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 String toString()
String
representation of this
ServiceItem
.
String
representation of this
ServiceItem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |