public abstract class JLupinBaseAbstractRemoteProxyObjectProducer extends Object implements JLupinProxyObjectProducer
JLupinProxyObjectProducer. It allows to set
JLupinInputParameterVariablesProducer for automated input parameter fields setting.| Modifier and Type | Method and Description |
|---|---|
JLupinInputParameterVariablesProducer |
getJLupinInputParameterVariablesProducer()
Get value of field jLupinInputParameterVariablesProducer.
|
<T> T |
produceObject()
Deprecated.
|
<T> T |
produceObject(Class interfaceClass)
Produce proxy object.
|
<T> T |
produceObject(Class interfaceClass,
JLupinInputParameter jLupinInputParameter)
Deprecated.
|
void |
setJLupinInputParameterVariablesProducer(JLupinInputParameterVariablesProducer jLupinInputParameterVariablesProducer)
Set value for field jLupinInputParameterVariablesProducer.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitproduceObject@Deprecated public <T> T produceObject()
JLupinProxyObjectProducerproduceObject in interface JLupinProxyObjectProducerT - result type@Deprecated public <T> T produceObject(Class interfaceClass, JLupinInputParameter jLupinInputParameter)
JLupinProxyObjectProducerproduceObject in interface JLupinProxyObjectProducerT - result typeinterfaceClass - class of interfaces for which proxy object should be createdjLupinInputParameter - jLupinInputParameterpublic <T> T produceObject(Class interfaceClass)
JLupinProxyObjectProducerproduceObject in interface JLupinProxyObjectProducerT - result typeinterfaceClass - class of interfaces for which proxy object should be createdpublic JLupinInputParameterVariablesProducer getJLupinInputParameterVariablesProducer()
public void setJLupinInputParameterVariablesProducer(JLupinInputParameterVariablesProducer jLupinInputParameterVariablesProducer)
jLupinInputParameterVariablesProducer - jLupinInputParameterVariablesProducer