org.ow2.easybeans.rpc.api
Interface EJBRemoteRequest

All Superinterfaces:
Serializable

public interface EJBRemoteRequest
extends Serializable

Request sends to the server.

Author:
Florent Benoit

Method Summary
 Long getBeanId()
           
 String getContainerId()
           
 String getFactory()
           
 String getInvokedBusinessInterfaceName()
           
 Object[] getMethodArgs()
           
 Long getMethodHash()
           
 String getMethodName()
           
 

Method Detail

getMethodName

String getMethodName()
Returns:
name of the method

getMethodHash

Long getMethodHash()
Returns:
the hash of this method
See Also:
Method hashing of RMI

getMethodArgs

Object[] getMethodArgs()
Returns:
the argument of the request (send by the client)

getContainerId

String getContainerId()
Returns:
the container id of this request. It will be used to know the container for which this request is sent.

getFactory

String getFactory()
Returns:
the factory name of the container.

getBeanId

Long getBeanId()
Returns:
id of the bean.

getInvokedBusinessInterfaceName

String getInvokedBusinessInterfaceName()
Returns:
name of the business interface used for invoking the method (if any).


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.