com.resilientedge.util.logger
Class Topic

java.lang.Object
  |
  +--com.resilientedge.util.logger.Topic
All Implemented Interfaces:
LoggingType

public class Topic
extends java.lang.Object
implements LoggingType

Contains static logging Topics and provides a method to obtain the Topic's name.

Author:
odh

Field Summary
static java.lang.String ADMIN_STRING
          Description of the Field
static java.lang.String SYSTEM_STRING
          Description of the Field
static java.lang.String USER_STRING
          Description of the Field
 
Constructor Summary
Topic(java.lang.String name)
          Construct a Topic with a supplied name.
 
Method Summary
 java.lang.String getName()
          This method returns the Topic's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_STRING

public static final java.lang.String ADMIN_STRING
Description of the Field

SYSTEM_STRING

public static final java.lang.String SYSTEM_STRING
Description of the Field

USER_STRING

public static final java.lang.String USER_STRING
Description of the Field
Constructor Detail

Topic

public Topic(java.lang.String name)
Construct a Topic with a supplied name.
Parameters:
name -  
Method Detail

getName

public java.lang.String getName()
This method returns the Topic's name.
Specified by:
getName in interface LoggingType
Returns:
 


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.