
@MessageBundle(projectCode="IJ")
public interface DeployersBundle
| Modifier and Type | Method and Description |
|---|---|
String |
deploymentFailed(String url)
Deployment failed
|
String |
failedToBindAdminObject(String clz)
Failed to bind admin object
|
String |
invalidActivationSpec(String clz)
Invalid activation spec
|
String |
invalidConnectionFactoryImplementation(String clz)
Invalid connection factory implementation
|
String |
invalidConnectionFactoryImplementationDueToInterface(String intClz,
String implClz)
Connection factory implementation doesn't implement connection factory interface
|
String |
invalidConnectionFactoryInterface(String clz)
Invalid connection factory interface
|
String |
invalidConnectionImplementation(String clz)
Invalid connection implementation
|
String |
invalidConnectionImplementationDueToInterface(String intClz,
String implClz)
Connection implementation doesn't implement connection interface
|
String |
invalidConnectionInterface(String clz)
Invalid connection interface
|
String |
invalidManagedConnectionFactory(String clz)
Invalid managed connection factory
|
String |
invalidRequiredWorkContext(String clz)
Invalid work context
|
String |
invalidResourceAdapter(String clz)
Invalid resource adapter
|
String |
unableToAssociate(String clz)
Unable to associate
|
String |
unableToInject(String clz,
String name,
String value)
Unable to inject
|
String |
unableToStartResourceAdapter(String clz)
Unable to start resource adapter
|
String |
undefinedAdminObject()
Undefined admin object
|
String |
undefinedManagedConnectionFactory()
Undefined managed connection factory
|
@Message(id=20051,
value="Unable to start %s")
String unableToStartResourceAdapter(String clz)
clz - The class name@Message(id=20052,
value="Unable to associate %s")
String unableToAssociate(String clz)
clz - The class name@Message(id=20053,
value="ManagedConnectionFactory must be defined in class-name")
String undefinedManagedConnectionFactory()
@Message(id=20054,
value="AdminObject must be defined in class-name")
String undefinedAdminObject()
@Message(id=20055,
value="Failed to bind admin object %s")
String failedToBindAdminObject(String clz)
clz - The class name@Message(id=20056,
value="Deployment failed: %s")
String deploymentFailed(String url)
url - The url@Message(id=20057,
value="Invalid ManagedConnectionFactory class: %s")
String invalidManagedConnectionFactory(String clz)
clz - The class name@Message(id=20058,
value="Invalid ActivationSpec class: %s")
String invalidActivationSpec(String clz)
clz - The class name@Message(id=20059,
value="Invalid ResourceAdapter class: %s")
String invalidResourceAdapter(String clz)
clz - The class name@Message(id=20060,
value="Unable to inject: %s property: %s value: %s")
String unableToInject(String clz,
String name,
String value)
clz - The class namename - The namevalue - The value@Message(id=20061,
value="Invalid required work context: %s")
String invalidRequiredWorkContext(String clz)
clz - The class name@Message(id=20062,
value="Invalid connection factory interface: %s")
String invalidConnectionFactoryInterface(String clz)
clz - The class name@Message(id=20063,
value="Invalid connection factory implementation: %s")
String invalidConnectionFactoryImplementation(String clz)
clz - The class name@Message(id=20064,
value="Invalid connection interface: %s")
String invalidConnectionInterface(String clz)
clz - The class name@Message(id=20065,
value="Invalid connection implementation: %s")
String invalidConnectionImplementation(String clz)
clz - The class name@Message(id=20066,
value="Connection factory implementation (%s) doesn\'t implement connection factory interface (%s)")
String invalidConnectionFactoryImplementationDueToInterface(String intClz,
String implClz)
intClz - The interface class nameimplClz - The implementation class name@Message(id=20067,
value="Connection implementation (%s) doesn\'t implement connection interface (%s)")
String invalidConnectionImplementationDueToInterface(String intClz,
String implClz)
intClz - The interface class nameimplClz - The implementation class nameCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)