| java.lang.Object com.rift.coad.lib.bean.BeanWrapper
BeanWrapper | public class BeanWrapper (Code) | | This object is responsible for wrapping a bean and loading it into memory.
author: Brett Chaldecott |
Field Summary | |
protected Logger | log |
getBindName | public String getBindName()(Code) | | The bind name that will be used to search for this proxy object or
container object.
The string containing the bind information. |
getInterface | public Class getInterface()(Code) | | The interface this class must run as.
The class this object must run as. |
getProxy | public Object getProxy()(Code) | | This method returns the reference to the proxy object.
The reference to the proxy object |
getSubObject | public Object getSubObject()(Code) | | This method returns the reference to the sub object.
The reference to the sub object. |
getTie | public java.rmi.Remote getTie()(Code) | | This method returns the reference to the tie class.
The reference to the tie object. |
|
|