|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colossus.webserver.ColossusRegistry
public class ColossusRegistry
Field Summary | |
---|---|
static int |
DEFAULT_PORT
|
private static java.util.logging.Logger |
LOGGER
|
private int |
port
|
Constructor Summary | |
---|---|
ColossusRegistry(int port)
|
Method Summary | |
---|---|
int |
getPort()
|
static void |
main(java.lang.String[] args)
|
private void |
startRegistry()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.util.logging.Logger LOGGER
public static final int DEFAULT_PORT
private final int port
Constructor Detail |
---|
public ColossusRegistry(int port)
Method Detail |
---|
private void startRegistry()
public int getPort()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |