Methods Summary |
---|
public java.lang.String | getBeanClassName()Gets the bean instance interface classname of the referee EJB.
|
public java.lang.String | getHomeClassName()Gets the home classname of the referee EJB.
|
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 | isLocal()Tests if the reference to the referree EJB is through local or
remote interface
|
public void | setBeanClassName(java.lang.String beanClassName)Sets the bean interface classname of the referee EJB.
|
public void | setHomeClassName(java.lang.String homeClassName)Sets the home classname of the referee EJB.
|
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.
|