org.jacorb.idl
Class Environment

java.lang.Object
  extended byorg.jacorb.idl.Environment

public final class Environment
extends java.lang.Object


Constructor Summary
Environment()
           
 
Method Summary
static org.apache.log.Priority intToPriority(int priority)
          intToPriority returns the priority level for a given integer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Environment

public Environment()
Method Detail

intToPriority

public static org.apache.log.Priority intToPriority(int priority)
intToPriority returns the priority level for a given integer. It is a copy of the method in util/LogKitLoggerFactory copied to ensure that the idl compiler can be standalone.

Parameters:
priority - an int value
Returns:
an org.apache.log.Priority value