Package | Description |
---|---|
org.jboss.as.ejb3.iiop.stub | |
org.jboss.as.jacorb.rmi.marshal.strategy |
Modifier and Type | Method and Description |
---|---|
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. |
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. |
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. |
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. |
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.