public class IIOPMetaData extends AbstractEJBBoundMetaData
IIOP metadata representing the interop settings of EJB3 beans.
Modifier and Type | Field and Description |
---|---|
static String |
WILDCARD_BEAN_NAME |
Constructor and Description |
---|
IIOPMetaData() |
Modifier and Type | Method and Description |
---|---|
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(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, setEjbName
getDescriptions, setDescriptions
equals, getKey, getName, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
public static final String WILDCARD_BEAN_NAME
public 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(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 © 2019 JBoss by Red Hat. All rights reserved.