|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionCacheListener
ConnectionCacheListener
Method Summary | |
---|---|
void |
disconnect(Collection conns,
Set unsharableResources)
Notification to disconnect connections |
void |
reconnect(Collection conns,
Set unsharableResources)
Notification to reconnect connections |
void |
transactionStarted(Collection conns)
Notification of transaction started |
Method Detail |
---|
void transactionStarted(Collection conns) throws SystemException
conns
- the connections
SystemException
- for any errorvoid reconnect(Collection conns, Set unsharableResources) throws javax.resource.ResourceException
conns
- the connectionsunsharableResources
- unshareable resources
javax.resource.ResourceException
- for any errorvoid disconnect(Collection conns, Set unsharableResources) throws javax.resource.ResourceException
conns
- the connectionsunsharableResources
- the unshareable resources
javax.resource.ResourceException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |