org.openeai.implementations.layouts
Class SpCall
java.lang.Object
|
+--org.openeai.OpenEaiObject
|
+--org.openeai.implementations.layouts.SpCall
- public class SpCall
- extends OpenEaiObject
This is a wrapper class that allows the SpCallsLayout manager to stored
information contained in EnterpriseObjects regarding a stored procedure
call. A list of these objects will be built by the layout manager and passed
back to the calling application (Command). Then that application will iterate
through that list and execute each CallableStatement contained within.
- Author:
- Tod Jackson
|
Constructor Summary |
SpCall()
Constructor |
| Methods inherited from class org.openeai.OpenEaiObject |
addLog4jProperty, getAppName, getDebug, getFromAddr, getLog4jProperties, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SpCall
public SpCall()
- Constructor
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
setRemove
public void setRemove(boolean remove)
isRemoved
public boolean isRemoved()
getPositionValueMappings
public java.util.HashMap getPositionValueMappings()
getCallId
public java.lang.String getCallId()
setCallId
public void setCallId(java.lang.String id)
getCallableStatement
public java.sql.CallableStatement getCallableStatement()
setCallableStatement
public void setCallableStatement(java.sql.CallableStatement cs)
getPackageName
public java.lang.String getPackageName()
setPackageName
public void setPackageName(java.lang.String packageName)
getProcedureName
public java.lang.String getProcedureName()
setProcedureName
public void setProcedureName(java.lang.String procedureName)
getProcedureParameters
public int getProcedureParameters()
setProcedureParameters
public void setProcedureParameters(int i)
getProcedurePosition
public int getProcedurePosition()
setProcedurePosition
public void setProcedurePosition(int i)
getCallString
public java.lang.String getCallString()
setCallString
public void setCallString(java.lang.String callString)
getName
public java.lang.String getName()
Copyright © 2002, OpenEAI Software Foundation