|
Sun Adapter for Oracle Applications API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.stc.connector.oracleadapter.base.StatementEventImpl
public class StatementEventImpl
Constructor Summary | |
---|---|
StatementEventImpl(com.stc.connector.appconn.db.StatementAgent stmtAgent)
StatementEventImpl constructor. |
|
StatementEventImpl(com.stc.connector.appconn.db.StatementAgent stmtAgent,
java.sql.ResultSet resultset)
StatementEventImpl constructor. |
|
StatementEventImpl(com.stc.connector.appconn.db.StatementAgent stmtAgent,
java.sql.SQLException sqlException)
StatementEventImpl constructor. |
Method Summary | |
---|---|
java.sql.ResultSet |
getResultSet()
Gets result set related to the event. |
java.sql.SQLException |
getSQLException()
Gets the SQLException related to the event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StatementEventImpl(com.stc.connector.appconn.db.StatementAgent stmtAgent)
stmtAgent
- the StatementAgent instance that triggers the event.public StatementEventImpl(com.stc.connector.appconn.db.StatementAgent stmtAgent, java.sql.ResultSet resultset)
stmtAgent
- the StatementAgent instance that triggers the event.resultset
- the resultset that created by the StatementAgent.public StatementEventImpl(com.stc.connector.appconn.db.StatementAgent stmtAgent, java.sql.SQLException sqlException)
stmtAgent
- the StatementAgent instance that triggers the event.sqlException
- a SQLException that holds the error information.Method Detail |
---|
public java.sql.ResultSet getResultSet()
getResultSet
in interface com.stc.connector.db.StatementEvent
public java.sql.SQLException getSQLException()
getSQLException
in interface com.stc.connector.db.StatementEvent
|
Sun Adapter for Oracle Applications API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |