com.ca.jcs
Class JCSInfo

java.lang.Object
  extended by com.ca.jcs.JCSInfo

public final class JCSInfo
extends Object

Helper class that prints out JCS system version number and contains some subsystem wide constants.


Field Summary
static String EXCEPTION_MSG_PREFIX
          Used by the framework and concrete connectors to distinguish exceptions orginating from within the JCS from those of the host container (ApacheDS).
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEPTION_MSG_PREFIX

public static final String EXCEPTION_MSG_PREFIX
Used by the framework and concrete connectors to distinguish exceptions orginating from within the JCS from those of the host container (ApacheDS).

See Also:
Constant Field Values
Method Detail

main

public static void main(String[] args)


Created 2011-07-14 13:27 EST