Package com.jk.services.server
Class JKServicesRegistry
java.lang.Object
com.jk.services.server.JKServicesRegistry
This class represents a registry for service server information.
- Version:
 - 1.0
 - Author:
 - Dr. Jalal H. Kiswani
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic JKServicesRegistryThis method gets the singleton instance of this class.This method gets the list of the service servers. 
- 
Method Details
- 
getInstance
This method gets the singleton instance of this class.- Returns:
 - singleton instance of this class.
 
 - 
getServiceServers
This method gets the list of the service servers.- Returns:
 - the list of the service servers
 
 
 -