
com.addc.jndi.JndiKeys Maven / Gradle / Ivy
package com.addc.jndi;
/**
* The JndiKeys class defines constants for extra JNDI keys.
*/
public final class JndiKeys {
/**
* The key for storing the ORB reference. This is the same key as used by
* the Sun® COS Naming implementation
* (java.naming.corba.orb).
*/
public static final String KEY_ORB= "java.naming.corba.orb";
/**
* The key for the URL for looking up Name in namespace when created by the
* ECNObjectFactory (java.naming.name).
*/
public static final String KEY_NAME= "java.naming.name";
/**
* The default value for the batch size.
*/
public static final int DEF_BATCHSIZE= 100;
/**
* The default value for the lease time.
*/
public static final int DEF_LEASE_TIME= 300;
private JndiKeys() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy