org.locomotive.directory
Interface DirectoryEventTypes
- All Known Implementing Classes:
- NameService
- public interface DirectoryEventTypes
This interface defines a set of constants defining the different
types of DirectoryEvents thrown by the bean directory.
- Version:
- $Id: DirectoryEventTypes.java,v 1.1 1999/05/05 10:19:32 gunnar Exp $
- Author:
- Gunnar Rønning (gunnar@candleweb.no).
Field Summary |
static int |
DEBUG
Debug information. |
static int |
ERROR
Error. |
static int |
WARNING
Warning - Potential Problem. |
ERROR
public static final int ERROR
- Error.
WARNING
public static final int WARNING
- Warning - Potential Problem.
DEBUG
public static final int DEBUG
- Debug information. Useful for development. Equivalent to 7.