|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.redback.redbeansejb.RBState
Create an instance of RBState, usually one per RBO accessed via a Stateless Session Bean. This instance will hold details of the RBO (session, name and URL) as well as current property names and their values and the RecordSet.
Constructor Summary | |
RBState()
Empty constructor. |
Method Summary | |
java.util.Vector |
getProperties()
This method returns the vector contaning all the properties values. |
RecordSet |
getRecordSet()
This method returns the record set. |
java.lang.String[] |
getSession()
This method returns current session information like |
java.util.Vector |
getValues()
This method returns the current property values. |
void |
setProperties(java.util.Vector newProperties)
This method sets properties.Will normally be set by the session bean |
void |
setRecordSet(RecordSet newRecordSet)
This method sets the valure of the record set.will normally be set by the session bean |
void |
setSession(java.lang.String[] newSession)
This method sets the current session value.Will normally be set by the session bean. |
void |
setValues(java.util.Vector newValues)
This method set the vlaues for the properties.Will normally be set by the session bean |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RBState()
Method Detail |
public java.util.Vector getProperties()
public RecordSet getRecordSet()
public java.lang.String[] getSession()
[0] = Session Id [1] = RBO Account [2] = RBO Name
public java.util.Vector getValues()
public void setProperties(java.util.Vector newProperties)
newProperties
- the property names for this state instancepublic void setRecordSet(RecordSet newRecordSet)
newRecordSet
- the RecordSet for this classpublic void setSession(java.lang.String[] newSession)
newSession
- the session details for the RBOpublic void setValues(java.util.Vector newValues)
newValues
- for this RBO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |