com.caucho.ejb.burlap |
|
Java Source File Name | Type | Comment |
BurlapClientContainer.java | Class | Container for Burlap clients in the same JVM, but not the same
class loader. |
BurlapContext.java | Class | JNDI context for Burlap requests. |
BurlapContextFactory.java | Class | The root context factory. |
BurlapEJBObjectSerializer.java | Class | |
BurlapEJBServlet.java | Class | Servlet for serving EJBs from the Resin web server. |
BurlapEjbSkeleton.java | Class | Base class for any bean skeleton capable of handling a Burlap request.
Once selected, the calling servlet will dispatch the request through
the _service call. |
BurlapHandle.java | Class | Handle implementation for Burlap Objects. |
BurlapHandleEncoder.java | Class | Encodes and decodes handles. |
BurlapHomeHandle.java | Class | Implementation for a home handle. |
BurlapHomeSerializer.java | Class | |
BurlapModel.java | Class | JNDI context for Burlap home objects. |
BurlapProtocol.java | Class | Server containing all the EJBs for a given configuration. |
BurlapProtocolException.java | Class | |
BurlapReader.java | Class | |
BurlapSerializerFactory.java | Class | |
BurlapStubFactory.java | Class | Factory for creating Burlap client stubs. |
BurlapWriter.java | Class | |
ExceptionSkeleton.java | Class | Base class for any bean skeleton capable of handling an BURLAP-RPC request.
Once selected, the calling servlet will dispatch the request through
the _service call. |
MetaStub.java | Class | Utility class to call methods easily. |
NameContextSkeleton.java | Class | Base class for any bean skeleton capable of handling a Burlap request.
Once selected, the calling servlet will dispatch the request through
the _service call. |