|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.postgresql.pljava.internal.Session
An instance of this interface reflects the current session. The attribute store is transactional.
Constructor Summary | |
Session()
|
Method Summary | |
void |
addTransactionListener(TransactionListener listener)
Adds the specified listener to the list of listeners that will receive transactional events. |
java.lang.Object |
getAttribute(java.lang.String attributeName)
|
java.lang.String |
getSessionUserName()
Return the session user. |
TransactionListener[] |
getTransactionListeners()
Returns the list of listeners that will receive transactional events. |
java.lang.String |
getUserName()
Return the current user. |
void |
onEOXact(boolean isCommit)
Callback received from the backend when a transaction has ended. |
void |
removeAttribute(java.lang.String attributeName)
|
void |
removeTransactionListener(TransactionListener listener)
Removes the specified listener from the list of listeners that will receive transactional events. |
void |
setAttribute(java.lang.String attributeName,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Session()
Method Detail |
public void addTransactionListener(TransactionListener listener)
public java.lang.Object getAttribute(java.lang.String attributeName)
getAttribute
in interface Session
public TransactionListener[] getTransactionListeners()
public java.lang.String getUserName()
getUserName
in interface Session
public java.lang.String getSessionUserName()
getSessionUserName
in interface Session
public void onEOXact(boolean isCommit)
EOXactListener
onEOXact
in interface EOXactListener
isCommit
- Set to true
if the commit was a success
and false
if the transaction aborted.public void removeAttribute(java.lang.String attributeName)
removeAttribute
in interface Session
public void setAttribute(java.lang.String attributeName, java.lang.Object value)
setAttribute
in interface Session
public void removeTransactionListener(TransactionListener listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |