Package com.sun.enterprise.admin.util
Class AdminLoggerInfo
- java.lang.Object
-
- com.sun.enterprise.admin.util.AdminLoggerInfo
-
public class AdminLoggerInfo extends Object
Logger information for the admin-util module.- Author:
- Tom Mueller
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMIN_LOGGERstatic StringLOGMSG_PREFIXstatic StringmAdminUserSearchErrorstatic StringmCannotReadCachestatic StringmCannotWriteCachestatic StringmCantPutToCachestatic StringmExceptionFromEventListenerstatic StringmForeignDomainIDstatic StringmSecureAdminEmptyPasswordstatic StringmServerIsNotSecurestatic StringmUnexpectedExceptionstatic StringSHARED_LOGMESSAGE_RESOURCE
-
Constructor Summary
Constructors Constructor Description AdminLoggerInfo()
-
-
-
Field Detail
-
LOGMSG_PREFIX
public static final String LOGMSG_PREFIX
- See Also:
- Constant Field Values
-
SHARED_LOGMESSAGE_RESOURCE
public static final String SHARED_LOGMESSAGE_RESOURCE
- See Also:
- Constant Field Values
-
ADMIN_LOGGER
public static final String ADMIN_LOGGER
- See Also:
- Constant Field Values
-
mServerIsNotSecure
public static final String mServerIsNotSecure
- See Also:
- Constant Field Values
-
mUnexpectedException
public static final String mUnexpectedException
- See Also:
- Constant Field Values
-
mSecureAdminEmptyPassword
public static final String mSecureAdminEmptyPassword
- See Also:
- Constant Field Values
-
mCantPutToCache
public static final String mCantPutToCache
- See Also:
- Constant Field Values
-
mForeignDomainID
public static final String mForeignDomainID
- See Also:
- Constant Field Values
-
mAdminUserSearchError
public static final String mAdminUserSearchError
- See Also:
- Constant Field Values
-
mCannotReadCache
public static final String mCannotReadCache
- See Also:
- Constant Field Values
-
mCannotWriteCache
public static final String mCannotWriteCache
- See Also:
- Constant Field Values
-
mExceptionFromEventListener
public static final String mExceptionFromEventListener
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLogger
public static Logger getLogger()
-
-