public class InvokerBindingMetaData extends NamedMetaDataWithDescriptions
Modifier and Type | Class and Description |
---|---|
static class |
InvokerBindingMetaData.EjbRef |
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
InvokerBindingMetaData() |
Modifier and Type | Method and Description |
---|---|
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.
|
getDescriptions, setDescriptions
equals, getKey, getName, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
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
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 ejbRefNameCopyright © 2014 JBoss by Red Hat. All rights reserved.