|
||||||||||
| 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<ConnectionRecord> conns,
Set<String> unsharableResources)
Notification to disconnect connections |
void |
reconnect(Collection<ConnectionRecord> conns,
Set<String> unsharableResources)
Notification to reconnect connections |
void |
transactionStarted(Collection<ConnectionRecord> conns)
Notification of transaction started |
| Method Detail |
|---|
void transactionStarted(Collection<ConnectionRecord> conns)
throws SystemException
conns - the connections
SystemException - for any error
void reconnect(Collection<ConnectionRecord> conns,
Set<String> unsharableResources)
throws javax.resource.ResourceException
conns - the connectionsunsharableResources - unshareable resources
javax.resource.ResourceException - for any error
void disconnect(Collection<ConnectionRecord> conns,
Set<String> 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 | |||||||||