org.jboss.tm.TransactionImpl Our <code>Transaction</code> implementation. @see TxManager @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Ãberg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author <a HREF="mailto:osh@sparre.dk">Ole Husgaard</a&g ...org.apache.catalina.connector.RequestFacade Facade class that wraps a Coyote request object. All methods are delegated to the wrapped request. @author Craig R. McClanahan @author Remy Maucherat @author Jean-Francois Arcand @version $Revision: 1.8 $ $Date: 2004/11/22 16:35:18 $ org.apache.jetspeed.xml.api.jcm.ChannelDescriptor @version $Revision$ $Date$ org.jboss.mq.SpySession This class implements javax.jms.Session and javax.jms.XASession @author Norbert Lataille (Norbert.Lataille@m4x.org) @author Hiram Chirino (Cojonudo14@hotmail.com) @created August 16, 2001 @version $Revision: 1.32.2.5 $ org.apache.commons.httpclient.MultiThreadedHttpConnectionManager Manages a set of HttpConnections for various HostConfigurations. @author <a HREF="mailto:becke@u.washington.edu">Michael Becke</a> @author Eric Johnson @author <a HREF="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a> @author Carl A. Dunham @since 2.0 org.znerd.xmlenc.XMLOutputter Stream-based XML outputter. Instances of this class are able to write XML output to {@link Writer Writers}. <h3>Standards compliance</h3> This class is intended to produce output that conforms to the <a HREF="http://www.w3.org/TR/2000/REC-xml-20001006">XML 1.0 Specification< ...org.apache.avalon.excalibur.testcase.ComponentStateValidator This class provides basic facilities for enforcing Avalon's contracts within your own code. Based on Avalon version from Sandbox. @deprecated ECM is no longer supported @author <a HREF="mailto:dev@avalon.apache.org">Avalon Development Team</a> @version CVS $Revision: 1.4 $ $Date: 20 ...org.apache.commons.httpclient.HttpConnection An abstraction of an HTTP {@link InputStream} and {@link OutputStream} pair, together with the relevant attributes. <p> The following options are set on the socket before getting the input/output streams in the {@link #open()} method: <table border=1><tr> <th>Socket Method ...org.objectweb.jonas.jonasadmin.test.navigation.F_JonasAdminNavigation Define a class to test the JOnAS Admin console Test all links, content title, selected tree item @author kemlerp org.apache.geronimo.transaction.log.HOWLLog @version $Rev: 156292 $ $Date: 2005-03-05 18:48:02 -0800 (Sat, 05 Mar 2005) $ org.apache.geronimo.deployment.plugin.DisconnectedDeploymentManager Implementation of a disconnected JSR88 DeploymentManager. @version $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $ com.sun.xml.fastinfoset.stax.StAXDocumentParser
org.apache.xml.utils.synthetic.reflection.Field A Field provides information about, and dynamic access to, a single field of a class or an interface. The reflected field may be a class (static) field or an instance field. <p> A Field permits widening conversions to occur during a get or set access operation, but throws an IllegalArgumentE ...org.apache.catalina.connector.ResponseFacade Facade class that wraps a Coyote response object. All methods are delegated to the wrapped response. @author Remy Maucherat @author Jean-Francois Arcand @version $Revision: 1.9 $ $Date: 2004/11/22 16:35:18 $ org.apache.jetspeed.xml.api.jcm.ImageDescriptor @version $Revision$ $Date$ com.scalagent.kjoram.Connection
org.apache.cocoon.components.source.SourceDTO Data transfer object for a Source object. @version CVS $Id: SourceDTO.java 30932 2004-07-29 17:35:38Z vgritsenko $ org.jboss.ejb3.BaseSessionContext Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.1.2.2 $ org.objectweb.jonas_ejb.container.JMessageEndpoint Generic interposed class for Message Endpoints This class presents these interfaces, depending on object reached: MessageDrivenContext interface to the bean instance @author Philippe Coq, Philippe Durieux @author Christophe Ney (Easier Enhydra integration) org.jboss.ejb.EnterpriseContext The EnterpriseContext is used to associate EJB instances with metadata about it. @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Öberg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author <a HREF="mailto:sebastien.alborini@m4x.org">S ...org.apache.jetspeed.xml.api.jcm.TextinputDescriptor @version $Revision$ $Date$ org.apache.commons.transaction.memory.TransactionalMapWrapper Wrapper that adds transactional control to all kinds of maps that implement the {@link Map} interface. This wrapper has rather weak isolation, but is simply, neven blocks and commits will never fail for logical reasons. <br> Start a transaction by calling {@link #startTransaction()}. Then pe ...org.jboss.xb.binding.SimpleTypeBindings @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @author Thomas.Diesler@jboss.org @version <tt>$Revision: 1.1.2.1 $</tt> com.opensugar.cube.BundleImpl
org.apache.axis2.om.impl.llom.OMStAXWrapper Note - This class also implements the streaming constants interface to get access to the StAX constants org.apache.commons.httpclient.SimpleHttpConnection For test-nohost testing purposes only. @author <a HREF="mailto:jsdever@apache.org">Jeff Dever</a> @author Michael Becke org.jdom.ContentList A non-public list implementation holding only legal JDOM content, including content for Document or Element nodes. Users see this class as a simple List implementation. @see CDATA @see Comment @see Element @see EntityRef @see ProcessingInstruction @see Text @version $Revi ...org.jboss.ejb.plugins.cmp.jdbc.bridge.RelationSet This is the relationship set. An instance of this class is returned when collection valued cmr field is accessed. See the EJB 2.0 specification for a more detailed description or the responsibilities of this class. @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom</a> @versi ...org.jboss.test.tm.resource.Operation Operations @author Adrian@jboss.org @version $Revision: 1.2.6.2 $ org.apache.commons.collections.primitives.adapters.TestByteListIteratorListIterator @version $Revision$ $Date: 2005-02-26 05:14:54 -0800 (Sat, 26 Feb 2005) $ @author Rodney Waldhoff org.apache.commons.collections.primitives.RandomAccessShortList Abstract base class for {@link ShortList}s backed by random access structures like arrays. <p /> Read-only subclasses must override {@link #get} and {@link #size}. Mutable subclasses should also override {@link #set}. Variably-sized subclasses should also override {@link #add} and {@link # ...org.apache.cocoon.components.flow.AbstractInterpreter Abstract superclass for various scripting languages used by Cocoon for flow control. Defines some useful behavior like the ability to reload script files if they get modified (useful when doing development), and passing the control to Cocoon's sitemap for result page generation. <p> Flow int ... | Popular Tags |