Uses of Class
org.bsf.remoting.EJBDefinition

Packages that use EJBDefinition
org.bsf.remoting   
org.bsf.remoting.http Allows a client to communicate with the server using http calls.  
org.bsf.remoting.rmi   
 

Uses of EJBDefinition in org.bsf.remoting
 

Methods in org.bsf.remoting with parameters of type EJBDefinition
 java.lang.Object ServiceFactory.getService(EJBDefinition service)
          Retrieves a ref on a service
 

Uses of EJBDefinition in org.bsf.remoting.http
 

Fields in org.bsf.remoting.http declared as EJBDefinition
private  EJBDefinition HttpServiceRequest.remoteService
           
private  EJBDefinition HttpServiceInvocationHandler._service
           
 

Methods in org.bsf.remoting.http that return EJBDefinition
 EJBDefinition HttpServiceRequest.getRemoteService()
           
 

Methods in org.bsf.remoting.http with parameters of type EJBDefinition
private  javax.ejb.EJBObject HttpSessionServer.getRemote(EJBDefinition p_service)
          Used for a call on a stateless service.
 java.lang.Object HttpSessionClient.invoke(EJBDefinition p_service, java.lang.reflect.Method m, java.lang.Object[] args)
          Invokes a stateless remote service
 void HttpServiceRequest.setRemoteService(EJBDefinition remoteService)
           
 java.lang.Object HttpServiceFactory.getService(EJBDefinition p_service)
          Uses the ejbDefinition to return a DynamicProxy that will present the "good face" to the client.
 

Constructors in org.bsf.remoting.http with parameters of type EJBDefinition
HttpServiceRequest(EJBDefinition remoteService, java.lang.String methodToCall, java.lang.Class[] paramTypes, java.lang.Object[] args)
          Constructor when using a stateless service
HttpServiceInvocationHandler(EJBDefinition p_service)
          This constructor is used for a stateless service
 

Uses of EJBDefinition in org.bsf.remoting.rmi
 

Methods in org.bsf.remoting.rmi with parameters of type EJBDefinition
 java.lang.Object ServiceFactoryImpl.getService(EJBDefinition service)
           
private  java.lang.Object ServiceFactoryImpl.createService(EJBDefinition service)