Methods Summary |
---|
public com.sun.enterprise.deployment.EjbDescriptor | getEjbDescriptor()
|
public java.lang.String | getEjbHomeInterface()Gets the home classname of the referee EJB.
|
public java.lang.String | getEjbInterface()Gets the local or remote interface classname of the referee EJB.
|
public java.lang.String | getJndiName()
|
public java.lang.String | getLinkName()Gets the link name of the reference. For use when linking to an EJB
within a J2EE application.
|
public com.sun.enterprise.deployment.BundleDescriptor | getReferringBundleDescriptor()Get the referring bundle, i.e. the bundle within which this
EJB reference is declared.
|
public java.lang.String | getType()Get the type of the EJB (Session, Entity or Message-Driven).
|
public boolean | isEJB30ClientView()
|
public boolean | isLocal()Tests if the reference to the referree EJB is through local or
remote interface
|
public void | setEjbDescriptor(com.sun.enterprise.deployment.EjbDescriptor descriptor)
|
public void | setEjbHomeInterface(java.lang.String ejbHomeInterface)Sets the local or remote home classname of the referee EJB.
|
public void | setEjbInterface(java.lang.String ejbInterface)Sets the local or remote bean interface classname of the referee EJB.
|
public void | setJndiName(java.lang.String jndiName)Set the jndi name for this ejb reference
|
public void | setLinkName(java.lang.String linkName)Sets the link name of the reference. For use when linking to an EJB
within a J2EE application.
|
public void | setLocal(boolean isLocal)Sets whether the reference uses the local or remote interfaces of
the referring EJB
|
public void | setReferringBundleDescriptor(com.sun.enterprise.deployment.BundleDescriptor referringBundle)Set the referring bundle, i.e. the bundle within which this
EJB reference is declared.
|
public void | setType(java.lang.String type)Set the type of the EJB. Allowed values are Session, Entity or
Message-driven.
|