|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openejb.ri.server.EjbRemoteIntfcProcessor
Represents the EJB Server's responsibility in handling the business methods methods that are declared in the bean's remote interface.
EJBHome
Constructor Summary | |
EjbRemoteIntfcProcessor()
|
Method Summary | |
static java.lang.Object |
processMethod(MethodInvocation mi,
java.lang.String securityToken,
Server server)
Internally processes the business methods from the bean's remote interface. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public EjbRemoteIntfcProcessor()
Method Detail |
public static java.lang.Object processMethod(MethodInvocation mi, java.lang.String securityToken, Server server) throws OpenEJBException
If a ProxyInfo object is returned in must be converted into a Ri Proxy before its returned to the client. See Section 2.2.1.2.5 Remote References of the OpenEJB specification
mi
- securityToken
- server
- OpenEJBException
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |