Utility classes that are used in both server-side and client side Java code:
jaguar.util.JException class – JException is the generic exception that is thrown by methods in the EAServer classes or in generated client stub classes.
jaguar.util.<object>Holder class – Holder classes are used to pass INOUT parameters to component method calls. Each holder class has a value field that contains instances of a specific object or base Java type.
Copyright © 2005. Sybase Inc. All rights reserved. |