|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.huihoo.jfox.ejb.naming.server.Invocation
| Field Summary | |
static java.lang.Integer |
ARGUMENTS
The arguments of the method to call |
static java.lang.Integer |
JMX_NAME
jmxname of mbean which will be invocationed |
static java.lang.Integer |
METHOD
The invocation can be a method invocation, we give the method to call |
java.util.Map |
payload
Payload will be marshalled for type hiding at the RMI layers |
| Constructor Summary | |
Invocation()
|
|
| Method Summary | |
java.lang.Object[] |
getArguments()
|
java.lang.String |
getJmxName()
|
java.lang.reflect.Method |
getMethod()
|
java.lang.Object |
getValue(java.lang.Object key)
|
void |
setArguments(java.lang.Object[] arguments)
A list of arguments for the method |
void |
setJmxName(java.lang.String jmxname)
A container for server side association |
void |
setMethod(java.lang.reflect.Method method)
set and get on method Return the invocation method. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.Integer JMX_NAME
public static final java.lang.Integer METHOD
public static final java.lang.Integer ARGUMENTS
public java.util.Map payload
| Constructor Detail |
public Invocation()
| Method Detail |
public java.lang.Object getValue(java.lang.Object key)
key -
public void setJmxName(java.lang.String jmxname)
jmxname - public java.lang.String getJmxName()
public void setMethod(java.lang.reflect.Method method)
method - public java.lang.reflect.Method getMethod()
public java.lang.Object[] getArguments()
public void setArguments(java.lang.Object[] arguments)
arguments -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||