パッケージ | 説明 |
---|---|
omero.gateway | |
omero.gateway.util | |
omero.log |
修飾子とタイプ | メソッドと説明 |
---|---|
Logger |
Gateway.getLogger()
Provides access to the
Logger |
コンストラクタと説明 |
---|
Gateway(Logger log)
Creates a new Gateway instance
|
Gateway(Logger log,
CacheService cacheService)
Creates a new Gateway instance
|
Gateway(Logger log,
CacheService cacheService,
java.util.concurrent.ExecutorService executorService,
boolean executorShutdownOnDisconnect)
Creates a new Gateway instance
|
コンストラクタと説明 |
---|
NetworkChecker(java.lang.String address,
Logger logger)
Creates a new instance.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
NullLogger
Empty
Logger implementation whichs doesn't do anything |
class |
SimpleLogger
A simple
Logger implementation which just prints the
messages to the console |