| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jini.lookup.entry.StatusBean
public abstract class StatusBean
A JavaBeans(TM) component that encapsulates a Status object. Since the Status class is abstract, so too is this JavaBeans component.
Status, 
Serialized Form| Field Summary | |
|---|---|
protected  Status | 
assoc
The Status object associated with this JavaBeans component.  | 
| Constructor Summary | |
|---|---|
protected  | 
StatusBean()
Unlike other EntryBean constructors, this one does not establish a link to a new object.  | 
| Method Summary | |
|---|---|
 Entry | 
followLink()
Return the Entry linked to by this JavaBeans component.  | 
 StatusType | 
getSeverity()
Get the value of the severity field of the Status object to which this JavaBeans component is linked.  | 
 void | 
makeLink(Entry e)
Make a link to an Entry object.  | 
 void | 
setSeverity(StatusType x)
Set the value of the severity field of the Status object to which this JavaBeans component is linked.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected Status assoc
| Constructor Detail | 
|---|
protected StatusBean()
| Method Detail | 
|---|
public void makeLink(Entry e)
makeLink in interface EntryBeane - the Entry object to link to
ClassCastException - the Entry is not of the
 correct type for this componentpublic Entry followLink()
followLink in interface EntryBeanpublic StatusType getSeverity()
setSeverity(net.jini.lookup.entry.StatusType)public void setSeverity(StatusType x)
x - the new value to put in placegetSeverity()
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||