|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectglogic.sample.demo.server.InputFooStruct
Data passed from client to server. All class attributes must be public for them to be serialized and marshalled.
| Field Summary | |
java.lang.String |
name
|
int |
sleepTime
|
| Constructor Summary | |
InputFooStruct(java.lang.String name,
int sleepTime)
|
|
| Method Summary | |
java.lang.String |
getName()
|
int |
getSleepTime()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
public int sleepTime
| Constructor Detail |
public InputFooStruct(java.lang.String name,
int sleepTime)
| Method Detail |
public int getSleepTime()
public java.lang.String getName()
|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||