パッケージ | 説明 |
---|---|
ome.system |
Provides the necessary container structure for the entire Omero system.
|
修飾子とタイプ | フィールドと説明 |
---|---|
static Login |
Login.GUEST
Login constant which has username and password values set
to null and other values set to their default. |
コンストラクタと説明 |
---|
ServiceFactory(Login login)
constructor which obtains a new (non-static)
client context , passing
in the Properties representation of the Login for
configuration. |
ServiceFactory(Server server,
Login login)
constructor which obtains a new (non-static)
client context , passing
in the Properties representation of both the Server and
the Login for configuration. |