|
||||||||||
| 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.request.RegistryRequest
public class RegistryRequest
This class is a registry request which is used to send request to the registry
| Nested Class Summary | |
|---|---|
static class |
RegistryRequest.RequestType
Request types |
| Field Summary | |
|---|---|
protected java.lang.Object |
arg1
First argument |
protected java.lang.Object |
arg2
Second argument |
protected java.lang.Object |
arg3
Third argument |
protected RegistryRequest.RequestType |
type
Type of request |
| Constructor Summary | |
|---|---|
protected |
RegistryRequest(RegistryRequest.RequestType type,
boolean localConnection)
|
protected |
RegistryRequest(RegistryRequest.RequestType type,
java.lang.Object arg1,
boolean localConnection)
|
protected |
RegistryRequest(RegistryRequest.RequestType type,
java.lang.Object arg1,
java.lang.Object arg2,
boolean localConnection)
|
protected |
RegistryRequest(RegistryRequest.RequestType type,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
boolean localConnection)
|
| Method Summary | |
|---|---|
java.lang.Object |
getArg1()
|
java.lang.Object |
getArg2()
|
java.lang.Object |
getArg3()
|
RegistryRequest.RequestType |
getType()
|
boolean |
isLocalConnection()
|
void |
setArg1(java.lang.Object arg1)
|
void |
setArg2(java.lang.Object arg2)
|
void |
setArg3(java.lang.Object arg3)
|
void |
setLocalConnection(boolean localConnection)
|
void |
setType(RegistryRequest.RequestType 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 java.lang.Object arg2
protected java.lang.Object arg3
protected RegistryRequest.RequestType type
| Constructor Detail |
|---|
protected RegistryRequest(RegistryRequest.RequestType type,
boolean localConnection)
protected RegistryRequest(RegistryRequest.RequestType type,
java.lang.Object arg1,
boolean localConnection)
protected RegistryRequest(RegistryRequest.RequestType type,
java.lang.Object arg1,
java.lang.Object arg2,
boolean localConnection)
protected RegistryRequest(RegistryRequest.RequestType type,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
boolean localConnection)
| Method Detail |
|---|
public java.lang.Object getArg1()
public java.lang.Object getArg2()
public java.lang.Object getArg3()
public RegistryRequest.RequestType getType()
public boolean isLocalConnection()
public void setArg1(java.lang.Object arg1)
public void setArg2(java.lang.Object arg2)
public void setArg3(java.lang.Object arg3)
public void setType(RegistryRequest.RequestType type)
public void setLocalConnection(boolean localConnection)
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 | |||||||||