public interface JLupinInputParameterVariablesProducer
JLupinInputParameter
.Modifier and Type | Method and Description |
---|---|
String |
produceClientApplicationName()
This method should return value which will be used to as an input for
JLupinInputParameter.setClientApplicationName(String) . |
Object |
produceContextObject()
This method should return value which will be used to as an input for
JLupinInputParameter.setContextObject(Object) . |
String |
produceIp()
This method should return value which will be used to as an input for
JLupinInputParameter.setIp(String) . |
Locale |
produceLocale()
This method should return value which will be used to as an input for
JLupinInputParameter.setLocale(Locale) . |
String |
produceMonitoringId()
This method is no longer used.
|
String[] |
producePrivilegesName()
This method should return value which will be used to as an input for
JLupinInputParameter.setPrivilegeNames(String[]) . |
String |
produceRequestId()
This method should return value which will be used to as an input for
JLupinInputParameter.setRequestId(String) . |
String |
produceSessionId()
This method should return value which will be used to as an input for
JLupinInputParameter.setSessionId(String) . |
Object |
produceTransactionObject()
This method should return value which will be used to as an input for
JLupinInputParameter.setTransactionObject(Object) . |
String |
produceUser()
This method should return value which will be used to as an input for
JLupinInputParameter.setUser(String) . |
String produceSessionId()
JLupinInputParameter.setSessionId(String)
.String produceRequestId()
JLupinInputParameter.setRequestId(String)
.String produceClientApplicationName()
JLupinInputParameter.setClientApplicationName(String)
.String produceIp()
JLupinInputParameter.setIp(String)
.Locale produceLocale()
JLupinInputParameter.setLocale(Locale)
.String produceUser()
JLupinInputParameter.setUser(String)
.String[] producePrivilegesName()
JLupinInputParameter.setPrivilegeNames(String[])
.Object produceTransactionObject()
JLupinInputParameter.setTransactionObject(Object)
.Object produceContextObject()
JLupinInputParameter.setContextObject(Object)
.String produceMonitoringId()