Classes and interfaces used to implement Java components and to create stubs for remote communication. These classes are based on an early draft of the Enterprise JavaBeans specification. Future releases of the Java Developer’s Kit will likely provide built-in classes with the same functionality:
jaguar.beans.enterprise.EnterpriseBeanException class – Exception that can be thrown by components that implement the ServerBean interface..
jaguar.beans.enterprise.InstanceContext interface – An InstanceContext object allows a Java component to influence the outcome of the transaction in which it is participating.
jaguar.beans.enterprise.ServerBean interface – Interface for EAServer Java components, with methods that support transactional behavior and reuse of component instances.
jaguar.beans.enterprise.SharedObjectException class – Class representing exceptions that are thrown by SharedObjects interface methods.
jaguar.beans.enterprise.SharedObjects interface – Interface to support sharing data between instances of the same component.
Copyright © 2005. Sybase Inc. All rights reserved. |