00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 package org.objectweb.proactive.core.util.log;
00032
00033
00040 public interface Loggers {
00041 static final public String CORE = "proactive";
00042 static final public String CLASSLOADING = "proactive.classloading";
00043 static final public String EVENTS = "proactive.events";
00044 static final public String RUNTIME = "proactive.runtime";
00045 static final public String NODE = RUNTIME + ".node";
00046 static final public String BODY = "proactive.body";
00047 static final public String MOP = "proactive.mop";
00048 public static final String SYNC_CALL = "proactive.sync_call";
00049 static final public String GROUPS = "proactive.groups";
00050 public static final String NFE = "proactive.nfe";
00051 public static final String GC = CORE + ".gc";
00052 public static final String HTTP_TRANSPORT = "proactive.communication.transport.http";
00053 public static final String MIGRATION = "proactive.migration";
00054 public static final String REQUESTS = "proactive.communication.requests";
00055 public static final String JINI = "proactive.jini";
00056 static final public String UTIL = "proactive.util";
00057 static final public String LOG = "proactive.util.log";
00058 static final public String XML = "proactive.xml";
00059 static final public String STUB_GENERATION = "proactive.mop.stubgeneration";
00060 static final public String RMI = "proactive.communication.rmi";
00061 static final public String SSH = "proactive.communication.ssh";
00062 static final public String COMPONENTS = "proactive.components";
00063 static final public String COMPONENTS_CONTROLLERS = COMPONENTS +
00064 ".controllers";
00065 static final public String COMPONENTS_REQUESTS = COMPONENTS + ".requests";
00066 static final public String COMPONENTS_ACTIVITY = COMPONENTS + ".activity";
00067 static final public String COMPONENTS_GEN_ITFS = COMPONENTS +".gen.interface";
00068 static final public String COMPONENTS_GEN_ANNOTATION = COMPONENTS +".gen.annotation";
00069 static final public String COMPONENTS_ADL = COMPONENTS + ".adl";
00070 static final public String COMPONENTS_GUI = COMPONENTS + ".gui";
00071 static final public String COMPONENTS_MULTICAST = COMPONENTS + ".multicast";
00072 static final public String COMPONENTS_GATHERCAST = COMPONENTS + ".gathercast";
00073 static final public String DEPLOYMENT = "proactive.deployment";
00074 static final public String DEPLOYMENT_PROCESS = DEPLOYMENT + ".process";
00075 static final public String DEPLOYMENT_LOG = DEPLOYMENT + ".log";
00076 static final public String DEPLOYMENT_FILETRANSFER = "proactive.deployment.filetransfer";
00077 static final public String FILETRANSFER = "proactive.filetransfer";
00078 public static final String LOAD_BALANCING = "proactive.loadbalancing";
00079 public static final String IC2D = "proactive.ic2d";
00080 public static final String EXAMPLES = "proactive.examples";
00081
00082
00083 public static final String P2P = "proactive.p2p";
00084 public static final String P2P_STARTSERVICE = P2P + ".startservice";
00085 public static final String P2P_VN = P2P + ".vn";
00086 public static final String P2P_DESC_SERV = P2P_VN + ".service";
00087 public static final String P2P_SERVICE = P2P + ".service";
00088 public static final String P2P_NODES = P2P + ".nodes";
00089 public static final String P2P_ACQUAINTANCES = P2P + ".acquaintances";
00090 public static final String P2P_FIRST_CONTACT = P2P + ".first_contact";
00091 public static final String P2P_SKELETONS = P2P + ".skeletons";
00092 public static final String P2P_SKELETONS_WORKER = P2P_SKELETONS +
00093 ".worker";
00094 public static final String P2P_SKELETONS_MANAGER = P2P_SKELETONS +
00095 ".manager";
00096 public static final String P2P_DAEMON = P2P + ".daemon";
00097
00098
00099 public static final String SECURITY = "proactive.security";
00100 public static final String SECURITY_NODE = SECURITY + ".node";
00101 public static final String SECURITY_SESSION = SECURITY + ".session";
00102 public static final String SECURITY_BODY = SECURITY + ".body";
00103 public static final String SECURITY_MANAGER = SECURITY + ".manager";
00104 public static final String SECURITY_REQUEST = SECURITY + ".request";
00105 public static final String SECURITY_RUNTIME = SECURITY + ".runtime";
00106 public static final String SECURITY_DOMAIN = SECURITY + ".domain";
00107 public static final String SECURITY_POLICY = SECURITY + ".policy";
00108 public static final String SECURITY_POLICYSERVER = SECURITY +
00109 ".policyserver";
00110 public static final String SECURITY_CRYPTO = SECURITY + ".crypto";
00111 public static final String SECURITY_PSM = SECURITY + ".psm";
00112
00113
00114 public static final String FAULT_TOLERANCE = "proactive.ft";
00115 public static final String FAULT_TOLERANCE_CIC = FAULT_TOLERANCE + ".cic";
00116 public static final String FAULT_TOLERANCE_PML = FAULT_TOLERANCE + ".pml";
00117
00118
00119 static final public String MPI = "proactive.mpi";
00120 static final public String MPI_CONTROL = MPI + ".control";
00121 static final public String MPI_CONTROL_MANAGER = MPI_CONTROL + ".control";
00122 static final public String MPI_CONTROL_COUPLING = MPI_CONTROL +
00123 ".coupling";
00124
00125
00126 public static final String SCILAB = "proactive.scilab";
00127 public static final String SCILAB_DEPLOY = SCILAB + ".deploy";
00128 public static final String SCILAB_SERVICE = SCILAB + ".service";
00129 public static final String SCILAB_WORKER = SCILAB + ".worker";
00130 public static final String SCILAB_TASK = SCILAB + ".task";
00131
00132
00133 public static final String SCHEDULER = "proactive.scheduler";
00134 public static final String SCHEDULER_COMMAND_LISTENER = SCHEDULER + ".commandlistener";
00135 public static final String TASK_SCHEDULER = "proactive.taskscheduler";
00136 public static final String JOB_TEMPLATE = SCHEDULER + ".jobTemplate";
00137 public static final String RESSOURCE_MANAGER = SCHEDULER + ".ressourceManager";
00138 public static final String RESSOURCE_LISTENER = SCHEDULER + ".ressourceListener";
00139 public static final String JOB_MANAGER = SCHEDULER + ".jobManager";
00140
00141
00142 static final public String SKELETONS = CORE+".skeletons";
00143 static final public String SKELETONS_STRUCTURE = SKELETONS+".structure";
00144 static final public String SKELETONS_MANAGER = SKELETONS+".manager";
00145 static final public String SKELETONS_KERNEL = SKELETONS+".kernel";
00146 static final public String SKELETONS_APPLICATION = SKELETONS+".application";
00147 }