com.compoze.collab.log
Class ILogContext.DefaultLogContext

java.lang.Object
  extended by com.compoze.collab.log.ILogContext.DefaultLogContext
All Implemented Interfaces
ILogContext, Serializable
Enclosing interface:
ILogContext

public static class ILogContext.DefaultLogContext
extends Object
implements ILogContext, Serializable

This class implements a default log context.

See Also
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.compoze.collab.log.ILogContext
ILogContext.DefaultLogContext
 
Field Summary
 
Fields inherited from interface com.compoze.collab.log.ILogContext
DEFAULT_CONTEXT
 
Constructor Summary
ILogContext.DefaultLogContext()
           
 
Method Summary
 Locale getAdminLocale()
          Gets the current locale of the administrator.
 String getApplicationContext()
          Gets the application specific context for the entry.
 Locale getProgrammerLocale()
          Gets the current locale of the programmer.
 Locale getUserLocale()
          Gets the current locale of the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ILogContext.DefaultLogContext

public ILogContext.DefaultLogContext()
Method Detail

getUserLocale

public Locale getUserLocale()
Description copied from interface: ILogContext
Gets the current locale of the user.

Specified by:
getUserLocale in interface ILogContext
Returns
the user locale

getProgrammerLocale

public Locale getProgrammerLocale()
Description copied from interface: ILogContext
Gets the current locale of the programmer.

Specified by:
getProgrammerLocale in interface ILogContext
Returns
the programmer locale

getAdminLocale

public Locale getAdminLocale()
Description copied from interface: ILogContext
Gets the current locale of the administrator.

Specified by:
getAdminLocale in interface ILogContext
Returns
the administrator locale

getApplicationContext

public String getApplicationContext()
Description copied from interface: ILogContext
Gets the application specific context for the entry.

Specified by:
getApplicationContext in interface ILogContext
Returns
the application specific context


Copyright © 2006 BEA Systems, Inc. All Rights Reserved