|
JBoss Metadata EJB 7.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions
org.jboss.metadata.ejb.parser.jboss.ejb3.AbstractEJBBoundMetaData
org.jboss.metadata.ejb.jboss.IIOPMetaData
public class IIOPMetaData
IIOP metadata representing the interop settings of EJB3 beans.
| Field Summary | |
|---|---|
static String |
WILDCARD_BEAN_NAME
|
| Constructor Summary | |
|---|---|
IIOPMetaData()
|
|
| Method Summary | |
|---|---|
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). |
| Methods inherited from class org.jboss.metadata.ejb.parser.jboss.ejb3.AbstractEJBBoundMetaData |
|---|
getEjbName, setEjbName |
| Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions |
|---|
getDescriptions, setDescriptions |
| Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
|---|
equals, getKey, getName, hashCode, setName, toString |
| Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
|---|
clone, getId, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData |
|---|
getKey |
| Field Detail |
|---|
public static final String WILDCARD_BEAN_NAME
| Constructor Detail |
|---|
public IIOPMetaData()
| Method Detail |
|---|
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).
|
JBoss Metadata EJB 7.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||