|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.services.Servers
public class Servers
This class is used to register all the found servers in the services folder.
The ServiceClassLoader
is used to located these servers.
Constructor Summary | |
---|---|
Servers()
Creates this class and starts the search for the servers. |
Method Summary | |
---|---|
static Servers |
getInstance()
Returns an instance of this class. |
java.util.Collection<IServer> |
getServers(int module)
Retrieves all the servers for the given module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Servers()
Method Detail |
---|
public java.util.Collection<IServer> getServers(int module)
module
- public static Servers getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |