org.ow2.easybeans.rpc.api
Interface EJBLocalRequest
public interface EJBLocalRequest
Defines a local call request.
- Author:
- Florent Benoit
getMethodHash
Long getMethodHash()
- Returns:
- the hash of this method
- See Also:
- Method hashing of RMI
getBeanId
Long getBeanId()
- Returns:
- the id of the bean.
getMethodArgs
Object[] getMethodArgs()
- Returns:
- the argument of the request (send by the client).
getInvokedBusinessInterfaceName
String getInvokedBusinessInterfaceName()
- Returns:
- name of the business interface used for invoking the method (if any).
isCalledFromRemoteRequest
boolean isCalledFromRemoteRequest()
- Returns:
- true if this request is invoked remotely
Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.