org.jboss.jca.deployers
Interface DeployersLogger

All Superinterfaces:
org.jboss.logging.BasicLogger

@MessageLogger(projectCode="IJ")
public interface DeployersLogger
extends org.jboss.logging.BasicLogger

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

requiredLicenseTerms

@LogMessage(level=INFO)
@Message(id=20001,
         value="Required license terms for %s")
void requiredLicenseTerms(String url)
Required license terms

Parameters:
url - The license url

deployed

@LogMessage(level=INFO)
@Message(id=20002,
         value="Deployed: %s")
void deployed(String url)
Deployed

Parameters:
url - The url

validationReportFailure

@LogMessage(level=WARN)
@Message(id=20003,
         value="Failure during validation report generation: %s")
void validationReportFailure(String detail,
                                                @Cause
                                                Throwable t)
Validation report failure

Parameters:
detail - The details
t - The exception

connectionDefinitionMismatch

@LogMessage(level=WARN)
@Message(id=20004,
         value="Only one connection definition found with a mismatch in class-name: %s")
void connectionDefinitionMismatch(String clz)
Connection definition mismatch

Parameters:
clz - The class name

adminObjectMismatch

@LogMessage(level=WARN)
@Message(id=20005,
         value="Only one admin object found with a mismatch in class-name: %s")
void adminObjectMismatch(String clz)
Admin object mismatch

Parameters:
clz - The class name

nullConnectionFactory

@LogMessage(level=ERROR)
@Message(id=20006,
         value="ConnectionFactory is null")
void nullConnectionFactory()
Null connection factory


subjectCreationError

@LogMessage(level=ERROR)
@Message(id=20007,
         value="Exception during createSubject(): %s")
void subjectCreationError(String detail,
                                             @Cause
                                             Throwable t)
Subject ceration error

Parameters:
detail - The details
t - The exception

invalidConfigProperty

@LogMessage(level=WARN)
@Message(id=20008,
         value="Invalid config-property: %s")
void invalidConfigProperty(String cp)
Invalid config property

Parameters:
cp - The config property name

connectionDefinitionInvalid

@LogMessage(level=WARN)
@Message(id=20009,
         value="Invalid connection definition with class-name: %s")
void connectionDefinitionInvalid(String clz)
Connection definition invalid

Parameters:
clz - The class name

connectionDefinitionNull

@LogMessage(level=ERROR)
@Message(id=20010,
         value="Connection definition with missing class-name")
void connectionDefinitionNull()
Connection definition class-name null


adminObjectNull

@LogMessage(level=ERROR)
@Message(id=20011,
         value="Admin object with missing class-name")
void adminObjectNull()
Admin object class-name null


adminObjectNotBound

@LogMessage(level=WARN)
@Message(id=20012,
         value="Admin object not bound: %s")
void adminObjectNotBound(String clz)
Admin object not bound

Parameters:
clz - The class name

connectionFactoryNotBound

@LogMessage(level=WARN)
@Message(id=20013,
         value="Connection factory not bound: %s")
void connectionFactoryNotBound(String clz)
Connection factory not bound

Parameters:
clz - The class name


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)