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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

WTCImport

Description

This interface provides access to the WTC import configuration attributes. The methods defined herein are applicable for WTC configuration at the WLS domain level.

Syntax

<!ELEMENT WTCImport EMPTY >
<!ATTLIST WTCImport
   LocalAccessPoint           CDATA                    #REQUIRED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   RemoteAccessPointList      CDATA                    #REQUIRED
   RemoteName                 CDATA                    #IMPLIED
   ResourceName               CDATA                    #REQUIRED
>

Parent Elements

The WTCImport element is a child of the WTCServer element.

Attributes

Table 84-1 WTCImportMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Local-Access-Point

Defines the name of the local access point that offers the service.


Local Access Point

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

Remote-Access-Point-List

Defines a comma-separated failover list that identifies the remote domain access points through which resources are imported. p> Example: TDOM1,TDOM2,TDOM3


Remote Access Point List

Remote-Name

Defines the remote name of the service. If not specified, the ResourceName attribute is used.


Remote Name

Resource-Name

Defines the name used to identify an imported service.

The combination of the ResourceName, LocalAccessPoint and RemoteAccessPointList attributes must be unique within a WTCImportMbean.


Resource Name


 

 

Back to Top Previous Next