java.io.Serializable, IdMetaData, MappableMetaData, WithDescriptionspublic class IIOPMetaData extends AbstractEJBBoundMetaData
IIOP metadata representing the interop settings of EJB3 beans.
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
WILDCARD_BEAN_NAME |
| Constructor | Description |
|---|---|
IIOPMetaData() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getBindingName() |
Obtains the name under which the bean IOR is bound in the COSNaming service.
|
IORSecurityConfigMetaData |
getIorSecurityConfigMetaData() |
Obtains the IOR security settings that apply to the bean(s).
|
void |
setBindingName(java.lang.String bindingName) |
Sets the name that will be used to bind the bean IOR in the COSNaming service.
|
void |
setIorSecurityConfigMetaData(IORSecurityConfigMetaData metaData) |
Sets the IOR security settings that are to be applied to the bean(s).
|
getEjbName, setEjbNameclone, getId, setIdgetKeyequals, getKey, getName, hashCode, setName, toStringgetDescriptions, setDescriptionspublic static final java.lang.String WILDCARD_BEAN_NAME
public java.lang.String getBindingName()
Obtains the name under which the bean IOR is bound in the COSNaming service.
String representing the name of the bean in the COSNaming service.public void setBindingName(java.lang.String bindingName)
Sets the name that will be used to bind the bean IOR in the COSNaming service.
bindingName - a String representing the name of the bean in the COSNaming service.public IORSecurityConfigMetaData getIorSecurityConfigMetaData()
Obtains the IOR security settings that apply to the bean(s).
IORSecurityConfigMetaData that contains the IOR security settings, or
null if no such settings exist for the bean(s).public void setIorSecurityConfigMetaData(IORSecurityConfigMetaData metaData)
Sets the IOR security settings that are to be applied to the bean(s).
metaData - a IORSecurityConfigMetaData instance containing the IOR security settings, or null
if no IOR settings are to be applied to the bean(s).Copyright © 2018 JBoss by Red Hat. All rights reserved.