org.jboss.jca.deployers
Interface DeployersBundle


@MessageBundle(projectCode="IJ")
public interface DeployersBundle

The deployers bundle. Message ids ranging from 020000 to 029999 inclusively.


Method Summary
 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
 

Method Detail

unableToStartResourceAdapter

@Message(id=20051,
         value="Unable to start %s")
String unableToStartResourceAdapter(String clz)
Unable to start resource adapter

Parameters:
clz - The class name
Returns:
The value

unableToAssociate

@Message(id=20052,
         value="Unable to associate %s")
String unableToAssociate(String clz)
Unable to associate

Parameters:
clz - The class name
Returns:
The value

undefinedManagedConnectionFactory

@Message(id=20053,
         value="ManagedConnectionFactory must be defined in class-name")
String undefinedManagedConnectionFactory()
Undefined managed connection factory

Returns:
The value

undefinedAdminObject

@Message(id=20054,
         value="AdminObject must be defined in class-name")
String undefinedAdminObject()
Undefined admin object

Returns:
The value

failedToBindAdminObject

@Message(id=20055,
         value="Failed to bind admin object %s")
String failedToBindAdminObject(String clz)
Failed to bind admin object

Parameters:
clz - The class name
Returns:
The value

deploymentFailed

@Message(id=20056,
         value="Deployment failed: %s")
String deploymentFailed(String url)
Deployment failed

Parameters:
url - The url
Returns:
The value

invalidManagedConnectionFactory

@Message(id=20057,
         value="Invalid ManagedConnectionFactory class: %s")
String invalidManagedConnectionFactory(String clz)
Invalid managed connection factory

Parameters:
clz - The class name
Returns:
The value

invalidActivationSpec

@Message(id=20058,
         value="Invalid ActivationSpec class: %s")
String invalidActivationSpec(String clz)
Invalid activation spec

Parameters:
clz - The class name
Returns:
The value

invalidResourceAdapter

@Message(id=20059,
         value="Invalid ResourceAdapter class: %s")
String invalidResourceAdapter(String clz)
Invalid resource adapter

Parameters:
clz - The class name
Returns:
The value

unableToInject

@Message(id=20060,
         value="Unable to inject: %s property: %s value: %s")
String unableToInject(String clz,
                              String name,
                              String value)
Unable to inject

Parameters:
clz - The class name
name - The name
value - The value
Returns:
The value

invalidRequiredWorkContext

@Message(id=20061,
         value="Invalid required work context: %s")
String invalidRequiredWorkContext(String clz)
Invalid work context

Parameters:
clz - The class name
Returns:
The value

invalidConnectionFactoryInterface

@Message(id=20062,
         value="Invalid connection factory interface: %s")
String invalidConnectionFactoryInterface(String clz)
Invalid connection factory interface

Parameters:
clz - The class name
Returns:
The value

invalidConnectionFactoryImplementation

@Message(id=20063,
         value="Invalid connection factory implementation: %s")
String invalidConnectionFactoryImplementation(String clz)
Invalid connection factory implementation

Parameters:
clz - The class name
Returns:
The value

invalidConnectionInterface

@Message(id=20064,
         value="Invalid connection interface: %s")
String invalidConnectionInterface(String clz)
Invalid connection interface

Parameters:
clz - The class name
Returns:
The value

invalidConnectionImplementation

@Message(id=20065,
         value="Invalid connection implementation: %s")
String invalidConnectionImplementation(String clz)
Invalid connection implementation

Parameters:
clz - The class name
Returns:
The value

invalidConnectionFactoryImplementationDueToInterface

@Message(id=20066,
         value="Connection factory implementation (%s) doesn\'t implement connection factory interface (%s)")
String invalidConnectionFactoryImplementationDueToInterface(String intClz,
                                                                    String implClz)
Connection factory implementation doesn't implement connection factory interface

Parameters:
intClz - The interface class name
implClz - The implementation class name
Returns:
The value

invalidConnectionImplementationDueToInterface

@Message(id=20067,
         value="Connection implementation (%s) doesn\'t implement connection interface (%s)")
String invalidConnectionImplementationDueToInterface(String intClz,
                                                             String implClz)
Connection implementation doesn't implement connection interface

Parameters:
intClz - The interface class name
implClz - The implementation class name
Returns:
The value


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)