org.openmobileis.common.util.log
Class LogServices

java.lang.Object
  extended byorg.openmobileis.common.util.log.LogServices

public class LogServices
extends java.lang.Object

Define service const to identify service. If no service can be defined use the DEFAULTSERVICE const.

Since:
JDK1.1
Version:
1.0
Author:
P.Delrieu

Field Summary
static int DATABASESERVICE
           
static int DEFAULTSERVICE
           
static int SECURITYSERVICE
           
static int SERVERSERVICE
           
static int SERVICESERVICE
           
static int SYNCHROSERVICE
           
static int WEBSERVICE
           
 
Constructor Summary
LogServices()
           
 
Method Summary
static java.lang.String toString(int service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYNCHROSERVICE

public static final int SYNCHROSERVICE
See Also:
Constant Field Values

SECURITYSERVICE

public static final int SECURITYSERVICE
See Also:
Constant Field Values

SERVERSERVICE

public static final int SERVERSERVICE
See Also:
Constant Field Values

DEFAULTSERVICE

public static final int DEFAULTSERVICE
See Also:
Constant Field Values

DATABASESERVICE

public static final int DATABASESERVICE
See Also:
Constant Field Values

SERVICESERVICE

public static final int SERVICESERVICE
See Also:
Constant Field Values

WEBSERVICE

public static final int WEBSERVICE
See Also:
Constant Field Values
Constructor Detail

LogServices

public LogServices()
Method Detail

toString

public static final java.lang.String toString(int service)


Copyright 2005 e-Care. All Rights Reserved.