public class ProxyInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RpcContainer |
beanContainer |
protected BeanContext |
beanContext |
protected InterfaceType |
interfaceType |
protected Class |
mainInterface |
protected Object |
primaryKey |
protected List<Class> |
proxyInterfaces |
| Modifier | Constructor and Description |
|---|---|
protected |
ProxyInfo() |
|
ProxyInfo(BeanContext depInfo,
Object pk)
This is the constructor that containers should call.
|
|
ProxyInfo(BeanContext beanContext,
Object primaryKey,
List<Class> interfaces,
InterfaceType proxyType,
Class mainInterface) |
| Modifier and Type | Method and Description |
|---|---|
RpcContainer |
getBeanContainer() |
BeanContext |
getBeanContext() |
Class |
getInterface() |
List<Class> |
getInterfaces() |
InterfaceType |
getInterfaceType() |
Object |
getPrimaryKey() |
protected BeanContext beanContext
protected Object primaryKey
protected RpcContainer beanContainer
protected InterfaceType interfaceType
protected Class mainInterface
protected ProxyInfo()
public ProxyInfo(BeanContext beanContext, Object primaryKey, List<Class> interfaces, InterfaceType proxyType, Class mainInterface)
public ProxyInfo(BeanContext depInfo, Object pk)
depInfo - pk - public InterfaceType getInterfaceType()
public BeanContext getBeanContext()
public Object getPrimaryKey()
public Class getInterface()
public RpcContainer getBeanContainer()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.