jpos.loader
Interface JposServiceInstance
- public interface JposServiceInstance
All services must implement this interface (it is also extended
by the jpos.services.BaseService interface which must be implemented
by all JavaPOS services). The one method define in this interface
is used to indicate to the service that its connection has been dropped
- Since:
- 0.1 (Philly 99 meeting)
- Author:
- E. Michael Maximilien (maxim@us.ibm.com)
Method Summary |
void |
deleteInstance()
Indicate the ServiceInstance that its connection has been dropped |
deleteInstance
public void deleteInstance()
throws jpos.JposException
- Indicate the ServiceInstance that its connection has been dropped
- Throws:
jpos.JposException
- if any error occurs- Since:
- 0.1 (Philly 99 meeting)
This API and code belongs to the JavaPOS committee please see LISCENCE file for details