Searched defs:LOAD_BALANCING_PROPERTY (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DSerialInitContextFactory.java64 public static final String LOAD_BALANCING_PROPERTY = field in class:SerialInitContextFactory
157 final String lbpv = getEnvSysProperty( env, LOAD_BALANCING_PROPERTY);
163 System.setProperty(LOAD_BALANCING_PROPERTY, first );
264 || propertyIsSet(myEnv, LOAD_BALANCING_PROPERTY) ;
324 myEnv.containsKey( LOAD_BALANCING_PROPERTY )) {

Completed in 56 milliseconds