|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@MessageLogger(projectCode="IJ") public interface DeployersLogger

The deployers logger. Message ids ranging from 020000 to 029999 inclusively.
| Method Summary | |
|---|---|
void |
adminObjectMismatch(String clz)
Admin object mismatch |
void |
adminObjectNotBound(String clz)
Admin object not bound |
void |
adminObjectNull()
Admin object class-name null |
void |
connectionDefinitionInvalid(String clz)
Connection definition invalid |
void |
connectionDefinitionMismatch(String clz)
Connection definition mismatch |
void |
connectionDefinitionNull()
Connection definition class-name null |
void |
connectionFactoryNotBound(String clz)
Connection factory not bound |
void |
deployed(String url)
Deployed |
void |
invalidConfigProperty(String cp)
Invalid config property |
void |
nullConnectionFactory()
Null connection factory |
void |
requiredLicenseTerms(String url)
Required license terms |
void |
subjectCreationError(String detail,
Throwable t)
Subject ceration error |
void |
validationReportFailure(String detail,
Throwable t)
Validation report failure |
| Methods inherited from interface org.jboss.logging.BasicLogger |
|---|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv |
| Method Detail |
|---|
@LogMessage(level=INFO)
@Message(id=20001,
value="Required license terms for %s")
void requiredLicenseTerms(String url)
url - The license url
@LogMessage(level=INFO)
@Message(id=20002,
value="Deployed: %s")
void deployed(String url)
url - The url
@LogMessage(level=WARN)
@Message(id=20003,
value="Failure during validation report generation: %s")
void validationReportFailure(String detail,
@Cause
Throwable t)
detail - The detailst - The exception
@LogMessage(level=WARN)
@Message(id=20004,
value="Only one connection definition found with a mismatch in class-name: %s")
void connectionDefinitionMismatch(String clz)
clz - The class name
@LogMessage(level=WARN)
@Message(id=20005,
value="Only one admin object found with a mismatch in class-name: %s")
void adminObjectMismatch(String clz)
clz - The class name
@LogMessage(level=ERROR)
@Message(id=20006,
value="ConnectionFactory is null")
void nullConnectionFactory()
@LogMessage(level=ERROR)
@Message(id=20007,
value="Exception during createSubject(): %s")
void subjectCreationError(String detail,
@Cause
Throwable t)
detail - The detailst - The exception
@LogMessage(level=WARN)
@Message(id=20008,
value="Invalid config-property: %s")
void invalidConfigProperty(String cp)
cp - The config property name
@LogMessage(level=WARN)
@Message(id=20009,
value="Invalid connection definition with class-name: %s")
void connectionDefinitionInvalid(String clz)
clz - The class name
@LogMessage(level=ERROR)
@Message(id=20010,
value="Connection definition with missing class-name")
void connectionDefinitionNull()
@LogMessage(level=ERROR)
@Message(id=20011,
value="Admin object with missing class-name")
void adminObjectNull()
@LogMessage(level=WARN)
@Message(id=20012,
value="Admin object not bound: %s")
void adminObjectNotBound(String clz)
clz - The class name
@LogMessage(level=WARN)
@Message(id=20013,
value="Connection factory not bound: %s")
void connectionFactoryNotBound(String clz)
clz - The class name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||