Package org.jboss.ejb.plugins.jrmp.interfaces

Provides implementations of EJB interfaces for JRMP based access.

See:
          Description

Interface Summary
ContainerRemote The remote interface of a container.
InitialContextHandleFactory A factory for producing InitialContextHandle objects.
 

Class Summary
AbstractHandle An abstract base handle class from which all handles extend from.
BeanProxy An abstract base proxy class from which all bean proxys extend from.
DefaultInitialContextHandle The default implementaion of InitialContextHandle.
DefaultInitialContextHandle.Factory A factory for producing DefaultInitialContextHandle instance objects.
EJBMetaDataImpl An implementation of the EJBMetaData interface which allows a client to obtain the enterprise Bean's meta-data information.
EntityHandleImpl An EJB entity bean handle implementation.
EntityProxy An EJB entity bean proxy class.
GenericProxy Abstract superclass of JRMP client-side proxies.
HomeHandleImpl An EJB home handle implementation.
HomeProxy The client-side proxy for an EJB Home object.
InitialContextHandle Provides the interface for creating new handles instances and for getting a reference to the initial context.
PropertiesInitialContextHandle An implementation of InitialContextHandle that reads a properties file from a configured URL for the environment.
PropertiesInitialContextHandle.Factory A factory for producing PropertiesInitialContextHandle instance objects.
RemoteMethodInvocation This Serializable object carries the method to invoke and an identifier for the target ojbect
StatefulHandleImpl An EJB stateful session bean handle.
StatefulSessionProxy An EJB stateful session bean proxy class.
StatelessHandleImpl An EJB stateless session bean handle.
StatelessSessionProxy An EJB stateless session bean proxy class.
 

Package org.jboss.ejb.plugins.jrmp.interfaces Description

Provides implementations of EJB interfaces for JRMP based access.

Package Specification

Related Documentation

Package Status



Copyright © 2000 The JBoss Organization. All Rights Reserved.