org.jboss.resource.deployment

クラス RARDeployment

インスタンス

JBoss JMS Resource Adapter


属性の概要
java.lang.String

読み取りのみ
Name Return the service name
int

読み取りのみ
State Return the service state
java.lang.String

読み取りのみ
StateString Return the service's state as a String
org.jboss.resource.metadata.ConnectorMetaData

読み取りのみ
MetaData The meta data
java.lang.String

読み取りのみ
AuthenticationMechanism The authentication mechanism
java.lang.String

読み取りのみ
EISType The EIS type
java.lang.String

読み取りのみ
License The license
java.lang.String

読み取りのみ
RAClass The resource adapter class
java.lang.String

読み取りのみ
RAVersion The resource adapter version
java.lang.String

読み取りのみ
TransactionSupport The transaction support
java.lang.String

読み取りのみ
VendorName The vendor name
java.lang.String

読み取りのみ
Version The spec version
boolean

読み取りのみ
ReauthenticationSupport Whether reauthentication support is supported
javax.resource.spi.ResourceAdapter

読み取りのみ
ResourceAdapter The resource adapter instance

オペレーションの概要
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

オペレーションの詳細

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