| org.ow2.easybeans.api.binding.EZBRef
All known Subclasses: org.ow2.easybeans.proxy.reference.AbsCallRef,
EZBRef | public interface EZBRef extends Referenceable(Code) | | EasyBeans reference used for each factory that produces EJB proxies.
This is the root interface.
author: Florent BENOIT |
getFactory | Factory, ?> getFactory()(Code) | | Gets the factory of this reference.
the factory linked to this refernence object. |
getItfClassName | String getItfClassName()(Code) | | Gets the interface class name.
the name of the interface. |
getJNDIName | String getJNDIName()(Code) | | Gets the JNDI name of this reference.
JNDI name of this reference. |
getReference | Reference getReference() throws NamingException(Code) | | Retrieves the Reference of this object.
The non-null Reference of this object. exception: NamingException - If a naming exception was encountered whileretrieving the reference. |
setFactory | void setFactory(Factory, ?> factory)(Code) | | Sets the factory of this reference.
Parameters: factory - the given factory. |
|
|