Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Exported Services: General

Configuration Options     Related Tasks     Related Topics

Use this page to define the exported services configuration for a local Tuxedo access point that will be used with this WTC Service.

Configuration Options

Name Description
Resource Name

The name used to identify an exported service.

The combination of ResourceName and LocalAccessPoint must be unique within defined Exports. This allows you to define unique configurations having the same ResourceName.

MBean Attribute:
WTCExportMBean.ResourceName

Local Access Point

The name of the local access point that exports this service.

MBean Attribute:
WTCExportMBean.LocalAccessPoint

EJB Name

The complete name of the EJB home interface to use when invoking a service.

If not specified, the default interface used is tuxedo.services.servicenameHome. For example: If the service being invoked is TOUPPER and EJBName attribute is not specified, the home interface looked up in JNDI would be tuxedo.services.TOUPPERHome.

MBean Attribute:
WTCExportMBean.EJBName

Remote Name

The remote name of this service.

If this value is not specified, the ResourceName value is used.

MBean Attribute:
WTCExportMBean.RemoteName

Related Tasks

Related Topics


Back to Top