org.jgroups.tests.stack.GossipTest Tests Gossip protocol primitives with the new GossipRouter. Since 2.2.1, the GossipRouter is supposed to answer Gossip requests too. <p/> It is possible to switch all tests to use an old GossipServer by setting USE_ROUTER to false; @author Ovidiu Feodorov <ovidiuf@users.sourceforge.net&g ...
org.jboss.mq.pm.jdbc2.PersistenceManager This class manages all persistence related services for JDBC based persistence. @jmx:mbean extends="org.jboss.system.ServiceMBean, org.jboss.mq.pm.PersistenceManagerMBean, org.jboss.mq.pm.CacheStoreMBean" @author Jayesh Parayali (jayeshpk1@yahoo.com) @author Hiram Chirino (cojonudo14@hotmail.com ...
org.quickserver.net.server.ClientHandler Class that handles clients for QuickServer. <p> This class is used by {@link QuickServer} to handle each new client connected. This class is responsible to handle client sockets. It can operate in both blocking mode and non-blocking mode (java nio).</p> @author Akshathkumar Shetty @aut ...
test.compliance.modelmbean.DescriptorTEST Tests the standard required <tt>DescriptorSupport</tt> implementation. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>. @version $Revision: 1.5 $
org.apache.cocoon.transformation.LexicalTransformer This transfomer transforms special mark text part of a XML file into lexemes by using a lexicon file. <p> Input: </p> <pre> <text xmlns="http://chaperon.sourceforge.net/schema/text/1.0"> Text 123 bla </text> </pre> <p> were transform into ...