Example usage for javax.naming Referenceable interface-usage

List of usage examples for javax.naming Referenceable interface-usage

Introduction

In this page you can find the example usage for javax.naming Referenceable interface-usage.

Usage

From source file Bind.java

class Car implements Referenceable {
    String make;

    String model;

    public Car(String mk, String md) {

From source file com.impetus.kundera.persistence.jta.KunderaJTAUserTransaction.java

/**
 * Kundera implementation for JTA <code> UserTransaction</code>
 * 
 * This needs to hooked up with initial context for use of Kundera's
 * commit/rollback handling.
 * 

From source file com.alibaba.wasp.jdbcx.JdbcDataSource.java

/**
 * A data source for H2 database connections. It is a factory for XAConnection
 * and Connection objects. This class is usually registered in a JNDI naming
 * service. To create a data source object and register it with a JNDI service,
 * use the following code:
 * 

From source file org.compass.core.impl.DefaultCompass.java

/**
 * @author kimchy
 */
public class DefaultCompass implements InternalCompass, Referenceable {

    private static final Log logger = LogFactory.getLog(DefaultCompass.class);

From source file Rebind.java

/**
 * This class is used by the Bind example. It is a referenceable class that can
 * be stored by service providers like the LDAP and file system providers.
 */
class Fruit implements Referenceable {
    String fruit;

From source file Bind.java

/**
 * This class is used by the Bind example. It is a referenceable class that can
 * be stored by service providers like the LDAP and file system providers.
 */
class Fruit implements Referenceable {
    String fruit;