|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class is a pool that manages communications services that implement CommonCommunications interface.
Method Summary | |
boolean |
areAllServicesOffline()
Returns true is all services are online. |
void |
closeAll()
Executes ccClose method of every pool element. |
CommonCommunicationsService |
getPoolService()
This method returns the first free service of the pool, and in SEND state. |
void |
insertService(CommonCommunicationsService aService)
Inserts a service in the pool. |
void |
openAll()
Executes ccOpen method of every pool element. |
void |
releasePoolService(CommonCommunicationsService aService)
Free service to be reused. |
void |
removeService(CommonCommunicationsService aService)
Removes aService from the pool. |
void |
terminate()
This is a housekeeping process for Notifier instances. |
Method Detail |
public boolean areAllServicesOffline()
public void closeAll()
public CommonCommunicationsService getPoolService()
public void insertService(CommonCommunicationsService aService)
aSession
- com.ibm.dse.services.comms.CommonCommunicationsService.public void openAll()
public void releasePoolService(CommonCommunicationsService aService)
aSession
- com.ibm.dse.services.comms.CommonCommunicationsServicepublic void removeService(CommonCommunicationsService aService)
aSession
- com.ibm.dse.services.comms.CommonCommunicationsServicepublic void terminate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |