|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.pogamut.server.requests.UTServerRequest
public abstract class UTServerRequest
| Field Summary | |
|---|---|
protected java.lang.String |
origin
Tells us who did the request. |
protected UTServerRequestType |
type
Type of the request ... not to use instance of :) |
| Constructor Summary | |
|---|---|
UTServerRequest(UTServerRequestType type)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOrigin()
|
UTServerRequestType |
getType()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String origin
protected UTServerRequestType type
| Constructor Detail |
|---|
public UTServerRequest(UTServerRequestType type)
| Method Detail |
|---|
public java.lang.String getOrigin()
public UTServerRequestType getType()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||