|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.communication.jndi.agent.msg.response.RegistryResponse
public class RegistryResponse
Registry response
| Nested Class Summary | |
|---|---|
static class |
RegistryResponse.ResponseType
Types of response |
| Field Summary | |
|---|---|
protected java.lang.Object |
arg1
First argument of the response |
protected RegistryResponse.ResponseType |
type
Response type |
| Constructor Summary | |
|---|---|
protected |
RegistryResponse(RegistryResponse.ResponseType type)
Creates a new instance of RegistryResponse |
protected |
RegistryResponse(RegistryResponse.ResponseType type,
java.lang.Object arg1)
Creates a new instance of RegistryResponse |
| Method Summary | |
|---|---|
java.lang.Object |
getArg1()
|
RegistryResponse.ResponseType |
getType()
|
void |
setArg1(java.lang.Object arg1)
|
void |
setType(RegistryResponse.ResponseType type)
|
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.Object arg1
protected RegistryResponse.ResponseType type
| Constructor Detail |
|---|
protected RegistryResponse(RegistryResponse.ResponseType type)
RegistryResponse
type - sender - recipient -
protected RegistryResponse(RegistryResponse.ResponseType type,
java.lang.Object arg1)
RegistryResponse
type - arg1 - sender - recipient - | Method Detail |
|---|
public java.lang.Object getArg1()
public RegistryResponse.ResponseType getType()
public void setArg1(java.lang.Object arg1)
public void setType(RegistryResponse.ResponseType type)
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 | |||||||||