terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.util
Class Notification.Impl

java.lang.Object
  extended by com.codemesh.terp.util.Notification.Impl
All Implemented Interfaces:
Notification
Enclosing interface:
Notification

public static class Notification.Impl
extends java.lang.Object
implements Notification


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.codemesh.terp.util.Notification
Notification.Impl
 
Field Summary
 
Fields inherited from interface com.codemesh.terp.util.Notification
CODE_CONFIGURATION, CODE_GENERIC, CODE_NAME_CHANGE, CODE_TYPE_CHANGE
 
Constructor Summary
Notification.Impl(java.lang.String categoryCode, java.util.logging.Level level, java.lang.String message, java.lang.Object source, java.lang.String... args)
           
 
Method Summary
 java.lang.String getCategory()
          Returns the notification's category string.
 java.lang.String getCategoryCode()
          Returns the notification's category code.
 java.util.logging.Level getLevel()
          Returns the notification's level.
 java.lang.String getMessage()
          Returns the notification's message.
 java.lang.Object getSourceObject()
          Returns the notification's category string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification.Impl

public Notification.Impl(java.lang.String categoryCode,
                         java.util.logging.Level level,
                         java.lang.String message,
                         java.lang.Object source,
                         java.lang.String... args)
Method Detail

getCategory

public java.lang.String getCategory()
Description copied from interface: Notification
Returns the notification's category string.

Specified by:
getCategory in interface Notification
Returns:
a string representing the category.

getCategoryCode

public java.lang.String getCategoryCode()
Description copied from interface: Notification
Returns the notification's category code.

Specified by:
getCategoryCode in interface Notification
Returns:
a string representing the category.

getLevel

public java.util.logging.Level getLevel()
Description copied from interface: Notification
Returns the notification's level.

Specified by:
getLevel in interface Notification
Returns:
a level.

getMessage

public java.lang.String getMessage()
Description copied from interface: Notification
Returns the notification's message.

Specified by:
getMessage in interface Notification
Returns:
a string representing message.

getSourceObject

public java.lang.Object getSourceObject()
Description copied from interface: Notification
Returns the notification's category string.

Specified by:
getSourceObject in interface Notification
Returns:
a string representing the category.

terp - the Codemesh Modular
Template Interpreter v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.