|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jini.entry.AbstractEntry net.jini.lookup.entry.ServiceType
public abstract class ServiceType
Human-oriented information about the "type" of a service. This is not related to its data or class types, and is more oriented towards allowing someone to determine what a service (for example, a printer) does and that it is similar to another, without needing to know anything about data or class types for the Java(TM) platform.
Constructor Summary | |
---|---|
ServiceType()
Instantiate this class. |
Method Summary | |
---|---|
String |
getDisplayName()
Return the localized display name of this service. |
Image |
getIcon(int iconKind)
Get an icon for this service. |
String |
getShortDescription()
Return a localized short description of this service. |
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 |
Constructor Detail |
---|
public ServiceType()
Method Detail |
---|
public Image getIcon(int iconKind)
iconKind
- the kind of icon to return
public String getDisplayName()
public String getShortDescription()
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |