|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.OldMetaData<EJBLocalReferenceMetaData>
org.jboss.metadata.EjbLocalRefMetaData
@Deprecated public class EjbLocalRefMetaData
An ejb-local-ref encapsulation
Field Summary |
---|
Fields inherited from class org.jboss.metadata.MetaData |
---|
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
---|---|
EjbLocalRefMetaData(EJBLocalReferenceMetaData delegate)
Deprecated. Create a new EjbLocalRefMetaData. |
Method Summary | |
---|---|
static EjbLocalRefMetaData |
create(EJBLocalReferenceMetaData delegate)
Deprecated. Create a new EjbLocalRefMetaData. |
String |
getInvokerBinding(String bindingName)
Deprecated. Get the invoker binding |
String |
getJndiName()
Deprecated. Get the jndiName. |
String |
getLink()
Deprecated. Get the link. |
String |
getLocal()
Deprecated. Get the local. |
String |
getLocalHome()
Deprecated. Get the home. |
String |
getName()
Deprecated. Get the name. |
String |
getType()
Deprecated. Get the type. |
Methods inherited from class org.jboss.metadata.OldMetaData |
---|
equals, getDelegate, getMetaData, hashCode, importEjbJarXml, importJbossXml, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EjbLocalRefMetaData(EJBLocalReferenceMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegateMethod Detail |
---|
public static EjbLocalRefMetaData create(EJBLocalReferenceMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegate or an unknown delegatepublic String getLocalHome()
public String getJndiName()
public String getLink()
public String getName()
public String getLocal()
public String getType()
public String getInvokerBinding(String bindingName)
bindingName
- the binding name
UnsupportedOperationException
- always
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |