Package org.smartcc

Interface Summary
Interceptor Interceptor An interceptor interrogates or manipulates an Invocation and hands it on to the next Interceptor.
Transport Forward an Invocation to the actual target.
 

Class Summary
AbstractInterceptor Abstract baseclass for interceptors.
ApplicationClientContainer  
ApplicationClientDeployer Deployment of application clients.
ClientContainer A start class, that deploys the units, that are specified as command line args.
Deployer Baseclass for deployers.
EJBDeployer Deployment of local session beans.
HTTPConnector A generic connector servlet.
HTTPTransport Forward an Invocation to the http connector servlet
Invocation Method Invocation.
LocalSessionContainer A container for local session beans.
LocalSessionHome Invocation handler for the home interface proxy of local session beans.
LocalSessionObject Invocation handler for the local interface proxy of local session beans.
LocalTransport Forward an Invocation to a local session bean container.
MainDeployer A main deployer, that delegates to the registered sub deployers.
MetaClassLoader A class loader, that tries to find a resource only in its own classpath rather than delegating to its parent.
RefHandle A handle to a smart ref.
RMITransport Forward an Invocation to the ejb remote stub / home impl.
SmartLocalRef The edge between an application client or local session bean to another local session bean.
SmartLocalRefHome Invocation handler for the home interface proxy of a smart local ref.
SmartLocalRefObject Invocation handler for the local interface proxy of a smart local ref.
SmartRef The edge between an application client or local session bean to a remote session bean.
SmartRefHome Invocation handler for the home interface proxy of a smart ref.
SmartRefObject Invocation handler for the local interface proxy of a smart local ref.
TestApplicationClient  
TestDeployer  
TestLocalSession  
TestSmartLocalRef  
TestSmartRef  
TracingInterceptor Tracing method invocations.
 

Exception Summary
DeploymentException This exception is thrown if the deployment of some unit fails.
 



Copyright © 2002 DC-TSS. All Rights Reserved.