|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.debianmirror.mirror.control.MirrorControlSingleton
The MirrorControlSingleton will make sure that there is only one instance handling all requests from the View layer.
| Constructor Summary | |
MirrorControlSingleton()
|
|
| Method Summary | |
static MirrorControlSingleton |
getInstance()
Returns always the same instance of this class. |
MirrorFile |
getMirrorFile(java.net.URL uRL)
Returns a MirrorFile associated with the uRL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MirrorControlSingleton()
| Method Detail |
public static MirrorControlSingleton getInstance()
Returns always the same instance of this class.
Makes sure, that all request from the above layer are handled
by the same controler instance.
public MirrorFile getMirrorFile(java.net.URL uRL)
uRL - the URL to search for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||