|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectome.system.Server
public class Server
Provides simplified handling of server properties when creating a
ServiceFactory
. For more complicated uses,
Properties
can also be used. In which case, the constant
strings
provided in this class can be used as the
keys to the properties instance
passed to
ServiceFactory.ServiceFactory(Properties)
.
(Internal version: $Rev: 1167 $
$Date: 2006-12-15 10:39:34 +0000 (Fri, 15 Dec 2006) $)
Field Summary | |
---|---|
static int |
DEFAULT_PORT
|
static String |
OMERO_HOST
Java property name for use in configuration of the client connection. |
static String |
OMERO_PORT
Java property name for use in configuration of the client connection. |
Constructor Summary | |
---|---|
Server(String serverHost)
standard constructor which users DEFAULT_PORT . |
|
Server(String serverHost,
int port)
extended constructor. |
Method Summary | |
---|---|
Properties |
asProperties()
produces a copy of the internal fields as a Properties
instance. |
String |
getHost()
simple getter for the server host passed into the constructor |
int |
getPort()
simple getter for the port passed into the constructor or the default port if none. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OMERO_HOST
public static final String OMERO_PORT
public static final int DEFAULT_PORT
Constructor Detail |
---|
public Server(String serverHost)
DEFAULT_PORT
.
server
- Not null.public Server(String serverHost, int port)
Server(String)
, serverHost may
not be null.
serverHost
- Not null.port
- Method Detail |
---|
public Properties asProperties()
Properties
instance. Only those keys are present for which a field is non-null.
public String getHost()
public int getPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.