|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StubStrategy | |
org.jboss.iiop.rmi.marshal.strategy | |
org.jboss.proxy.ejb |
Uses of StubStrategy in org.jboss.iiop.rmi.marshal.strategy |
Methods in org.jboss.iiop.rmi.marshal.strategy that return StubStrategy | |
static StubStrategy |
StubStrategy.forMethod(String[] paramTypes,
String[] excepIds,
String[] excepTypes,
String retvalType,
ClassLoader cl)
Returns an StubStrategy for a method, given descriptions
of the method parameters, exceptions, and return value. |
Uses of StubStrategy in org.jboss.proxy.ejb |
Methods in org.jboss.proxy.ejb with parameters of type StubStrategy | |
Object |
DynamicIIOPStub.invoke(String operationName,
StubStrategy stubStrategy,
Object[] params)
Sends a request message to the server, receives the reply from the server, and returns an Object result to the caller. |
boolean |
DynamicIIOPStub.invokeBoolean(String operationName,
StubStrategy stubStrategy,
Object[] params)
Sends a request message to the server, receives the reply from the server, and returns a boolean result to the caller. |
byte |
DynamicIIOPStub.invokeByte(String operationName,
StubStrategy stubStrategy,
Object[] params)
Sends a request message to the server, receives the reply from the server, and returns a byte result to the caller. |
char |
DynamicIIOPStub.invokeChar(String operationName,
StubStrategy stubStrategy,
Object[] params)
Sends a request message to the server, receives the reply from the server, and returns a char result to the caller. |
short |
DynamicIIOPStub.invokeShort(String operationName,
StubStrategy stubStrategy,
Object[] params)
Sends a request message to the server, receives the reply from the server, and returns a short result to the caller. |
int |
DynamicIIOPStub.invokeInt(String operationName,
StubStrategy stubStrategy,
Object[] params)
Sends a request message to the server, receives the reply from the server, and returns an int result to the caller. |
long |
DynamicIIOPStub.invokeLong(String operationName,
StubStrategy stubStrategy,
Object[] params)
Sends a request message to the server, receives the reply from the server, and returns a long result to the caller. |
float |
DynamicIIOPStub.invokeFloat(String operationName,
StubStrategy stubStrategy,
Object[] params)
Sends a request message to the server, receives the reply from the server, and returns a float result to the caller. |
double |
DynamicIIOPStub.invokeDouble(String operationName,
StubStrategy stubStrategy,
Object[] params)
Sends a request message to the server, receives the reply from the server, and returns a double result to the caller. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |