bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JTAMigratableTarget

Description

The target that is used internally to register the JTA recovery manager to the Migration Manager.

Syntax

<!ELEMENT JTAMigratableTarget EMPTY >
<!ATTLIST JTAMigratableTarget
   HostingServer              CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
>

Parent Elements

The JTAMigratableTarget element is a child of the Domain element.

Attributes

Table 45-1 JTAMigratableTargetMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Hosting-Server

The server that currently hosts the migratable target.


Hosting Server

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes


 

 

Back to Top Previous Next