public interface WTCExportMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEJBName()
The complete name of the EJB home interface to use when invoking
a service.
|
java.lang.String |
getLocalAccessPoint()
The name of the local access point that exports this
service.
|
java.lang.String |
getRemoteName()
The remote name of this service.
|
java.lang.String |
getResourceName()
The name used to identify an exported service.
|
java.lang.String |
getTargetClass() |
java.lang.String |
getTargetJar() |
void |
setEJBName(java.lang.String EJBName)
Sets the value of the EJBName attribute.
|
void |
setLocalAccessPoint(java.lang.String LocalAccessPoint)
Sets the value of the LocalAccessPoint attribute.
|
void |
setRemoteName(java.lang.String RemoteName)
Sets the value of the RemoteName attribute.
|
void |
setResourceName(java.lang.String ResourceName)
The name used to identify this exported service.
|
void |
setTargetClass(java.lang.String targetClass) |
void |
setTargetJar(java.lang.String targetJar) |
addTag, freezeCurrentValue, getComments, getId, getInheritedProperties, getName, getNotes, getTags, isDefaultedMBean, isDynamicallyCreated, isInherited, isPersistenceEnabled, isSet, removeTag, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, setTags, touch, unSet
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
void setResourceName(java.lang.String ResourceName) throws javax.management.InvalidAttributeValueException
The name used to identify this exported service.
ResourceName
- the exported service entryjavax.management.InvalidAttributeValueException
WTCExportMBean.getResourceName()
java.lang.String getResourceName()
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.
void setLocalAccessPoint(java.lang.String LocalAccessPoint) throws javax.management.InvalidAttributeValueException
Sets the value of the LocalAccessPoint attribute.
LocalAccessPoint
- the name for the local Tuxedo access pointjavax.management.InvalidAttributeValueException
WTCExportMBean.getLocalAccessPoint()
java.lang.String getLocalAccessPoint()
The name of the local access point that exports this service.
void setEJBName(java.lang.String EJBName) throws javax.management.InvalidAttributeValueException
Sets the value of the EJBName attribute.
EJBName
- the EJB home interface to use when invoking this service.javax.management.InvalidAttributeValueException
WTCExportMBean.getEJBName()
java.lang.String getEJBName()
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
.
void setTargetClass(java.lang.String targetClass) throws javax.management.InvalidAttributeValueException
targetClass
- the name of the class to use when invoking this service.javax.management.InvalidAttributeValueException
WTCExportMBean.getTargetClass()
Sets the value of the Target Class attribute.
java.lang.String getTargetClass()
The complete name of the class to use when invoking a POJO service.
If not specified, the EJB home interface is used.
void setTargetJar(java.lang.String targetJar) throws javax.management.InvalidAttributeValueException
targetJar
- the name of the Jar file to use when invoking this service.javax.management.InvalidAttributeValueException
WTCExportMBean.getTargetJar()
Sets the value of the Target Jar attribute.
java.lang.String getTargetJar()
The complete name of the Jar file to use when invoking a POJO service.
If not specified, the System Classpath is searched. If the class is not resolved a TPENOENT error is returned.
void setRemoteName(java.lang.String RemoteName) throws javax.management.InvalidAttributeValueException
Sets the value of the RemoteName attribute.
RemoteName
- the remote name for the servicejavax.management.InvalidAttributeValueException
WTCExportMBean.getRemoteName()
java.lang.String getRemoteName()
The remote name of this service.
If this value is not specified, the ResourceName value is used.