|
||||||||||
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.jboss.InvokerBindingMetaData
public class InvokerBindingMetaData
InvokerBindingMetaData.
Nested Class Summary | |
---|---|
static class |
InvokerBindingMetaData.EjbRef
|
Field Summary | |
---|---|
static String |
BMP
The standard BMP invoker |
static String |
CLUSTERED_BMP
The clustered BMP invoker |
static String |
CLUSTERED_CMP_1x
The clustered CMP1.1 invoker |
static String |
CLUSTERED_CMP_2x
The clustered CMP2 invoker |
static String |
CLUSTERED_STATEFUL
The clustered stateful session invoker |
static String |
CLUSTERED_STATELESS
The clustered stateless session invoker |
static String |
CMP_1x
The standard CMP1.1 invoker |
static String |
CMP_2x
The standard CMP2 invoker |
static String |
MESSAGE_DRIVEN
The message driven bean invoker |
static String |
MESSAGE_INFLOW_DRIVEN
The message inflow driven bean invoker |
static String |
STATEFUL
The standard Stateful session invoker |
static String |
STATELESS
The standard Stateless session invoker |
Constructor Summary | |
---|---|
InvokerBindingMetaData()
|
Method Summary | |
---|---|
List<InvokerBindingMetaData.EjbRef> |
getEjbRefs()
Get the list of ejb-ref |
String |
getInvokerProxyBindingName()
Get the invokerProxyBindingName. |
String |
getJndiName()
Get the jndiName. |
void |
setEjbRefs(List<InvokerBindingMetaData.EjbRef> ejbRefs)
Set the ejbRefName. |
void |
setInvokerProxyBindingName(String invokerProxyBindingName)
Set the invokerProxyBindingName. |
void |
setJndiName(String jndiName)
Set the jndiName. |
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, merge, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, merge, merge, 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 CMP_2x
public static final String CMP_1x
public static final String BMP
public static final String STATELESS
public static final String STATEFUL
public static final String MESSAGE_DRIVEN
public static final String MESSAGE_INFLOW_DRIVEN
public static final String CLUSTERED_CMP_2x
public static final String CLUSTERED_CMP_1x
public static final String CLUSTERED_BMP
public static final String CLUSTERED_STATEFUL
public static final String CLUSTERED_STATELESS
Constructor Detail |
---|
public InvokerBindingMetaData()
Method Detail |
---|
public String getJndiName()
public void setJndiName(String jndiName)
jndiName
- the jndiName.
IllegalArgumentException
- for a null jndiNamepublic String getInvokerProxyBindingName()
public void setInvokerProxyBindingName(String invokerProxyBindingName)
invokerProxyBindingName
- the invokerProxyBindingName.
IllegalArgumentException
- for a null invokerProxyBindingNamepublic List<InvokerBindingMetaData.EjbRef> getEjbRefs()
public void setEjbRefs(List<InvokerBindingMetaData.EjbRef> ejbRefs)
ejbRefName
- the ejbRefName.
IllegalArgumentException
- for a null ejbRefName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |