org.jboss.resource.deployment

Class RARDeployment

Instance

JBoss JMS Resource Adapter


Attribute Summary
java.lang.String

Read Only
Name Return the service name
int

Read Only
State Return the service state
java.lang.String

Read Only
StateString Return the service's state as a String
org.jboss.resource.metadata.ConnectorMetaData

Read Only
MetaData The meta data
java.lang.String

Read Only
AuthenticationMechanism The authentication mechanism
java.lang.String

Read Only
EISType The EIS type
java.lang.String

Read Only
License The license
java.lang.String

Read Only
RAClass The resource adapter class
java.lang.String

Read Only
RAVersion The resource adapter version
java.lang.String

Read Only
TransactionSupport The transaction support
java.lang.String

Read Only
VendorName The vendor name
java.lang.String

Read Only
Version The spec version
boolean

Read Only
ReauthenticationSupport Whether reauthentication support is supported
javax.resource.spi.ResourceAdapter

Read Only
ResourceAdapter The resource adapter instance

Operation Summary
void create() create service lifecycle operation
void start() start service lifecycle operation
void stop() stop service lifecycle operation
void destroy() destroy service lifecycle operation
void jbossInternalLifecycle( java.lang.String ) Internal lifecycle (for internal use)
javax.resource.spi.ActivationSpec createActivationSpec( java.lang.Class java.util.Collection ) Create an activation spec
java.lang.Void endpointActivation( javax.resource.spi.endpoint.MessageEndpointFactory javax.resource.spi.ActivationSpec ) Active the endpoint
java.lang.Void endpointDeactivation( javax.resource.spi.endpoint.MessageEndpointFactory javax.resource.spi.ActivationSpec ) Deactive the endpoint

Operation Detail

create

public void create()
create service lifecycle operation

Parameters:

start

public void start()
start service lifecycle operation

Parameters:

stop

public void stop()
stop service lifecycle operation

Parameters:

destroy

public void destroy()
destroy service lifecycle operation

Parameters:

jbossInternalLifecycle

public void jbossInternalLifecycle( java.lang.String )
Internal lifecycle (for internal use)

Parameters:
method - The lifecycle method

createActivationSpec

public javax.resource.spi.ActivationSpec createActivationSpec( java.lang.Class  java.util.Collection )
Create an activation spec

Parameters:
MessagingType - The type of the message listener
ActivationConfig - A collection of activation config properties

endpointActivation

public java.lang.Void endpointActivation( javax.resource.spi.endpoint.MessageEndpointFactory  javax.resource.spi.ActivationSpec )
Active the endpoint

Parameters:
MessageEndpointFactory - The message endpoint factory
ActivationSpec - The activation spec

endpointDeactivation

public java.lang.Void endpointDeactivation( javax.resource.spi.endpoint.MessageEndpointFactory  javax.resource.spi.ActivationSpec )
Deactive the endpoint

Parameters:
MessageEndpointFactory - The message endpoint factory
ActivationSpec - The activation spec