KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > StringRefAddr > Top Examples

  • org.objectweb.jonas.security.realm.factory.JResourceLDAP
    This class extends the JResource class for the LDAP implementation. @author Florent Benoit @author Emmanuel Rias (12/03 some improvements)
  • org.objectweb.jonas.dbm.ConnectionManager
    JOnAS generic implementation of DataSource to manage an underlying JDBC-XA driver (XADataSource, XAConnection, XAResource, ...) This class acts as a factory for Connection objects. Its main goal is to manage a pool of XAConnection objects, to avoid closing the actual Connection on DBMS, and to dea ...
  • org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
    <p> An adapter for jdbc drivers that do not include an implementation of {@link javax.sql.ConnectionPoolDataSource}, but still include a {@link java.sql.DriverManager} implementation. <code>ConnectionPoolDataSource</code>s are not used within general applications. They are used ...
  • org.objectweb.jonas.security.realm.factory.JResourceDS
    This class extends the JResource class for the Datasource implementation. @author Florent Benoit
  • org.apache.catalina.core.NamingContextListener
    Helper class used to initialize and populate the JNDI context associated with each context and server. @author Remy Maucherat @version $Revision: 1.11 $ $Date: 2004/12/15 12:01:27 $
  • com.mysql.jdbc.jdbc2.optional.MysqlDataSource
    A JNDI DataSource for a Mysql JDBC connection @author Mark Matthews
  • org.jboss.axis.client.Service
    Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface. <p/> The Service class should be used a the starting point for access SOAP Web Services. Typically, a Service will be created with a WSDL document and along with a serviceName you can then ask for a Call objec ...
  • org.objectweb.joram.client.jms.ConnectionFactory
    Implements the <code>javax.jms.ConnectionFactory</code> interface.
  • org.objectweb.cjdbc.driver.DataSource
    An implementation of the JDBC 2.0 optional package <code>DataSource</code> interface. It allows to set the URL, user name, and password to its properties. It can be bound via JNDI so that the properties can be set by an "application server" and a "ready-to-use" reference to <code> ...
  • org.hsqldb.jdbc.jdbcDataSource
    boucherb@users 20040411 - doc 1.7.2 - javadoc updates toward 1.7.2 final <p>A factory for connections to the physical data source that this <code>DataSource</code> object represents. An alternative to the <code>DriverManager</code> facility, a <code>DataSource& ...
  • org.jboss.ha.hasessionstate.server.HASessionStateImpl
    Default implementation of HASessionState @see org.jboss.ha.hasessionstate.interfaces.HASessionState @author sacha.labourey@cogito-info.ch @author <a HREF="bill@burkecentral.com">Bill Burke</a> @version $Revision: 1.15.4.2 $ <p><b>Revisions:</b><br> <p>&l ...
  • org.jboss.jms.client.standard.StandardImplementation
    The standard implementation @author <a HREF="mailto:adrian@jboss.org>Adrian Brock</a> @version $Revision: 1.2 $
  • org.objectweb.joram.client.jms.soap.QueueSoapConnectionFactory
    A <code>QueueSoapConnectionFactory</code> instance is a factory of SOAP connections for PTP communication.
Popular Tags