public interface WorkerProcessContext
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getApplicationClassLoader() |
String |
getDisplayName()
Returns a display name for this worker process.
|
ObjectConnection |
getServerConnection()
Returns the connection which can be used to send/receive messages to/from the server process.
|
Object |
getWorkerId()
Returns the unique identifier for this worker process.
|
Object getWorkerId()
String getDisplayName()
ObjectConnection getServerConnection()
ClassLoader getApplicationClassLoader()
Copyright © 2013. All rights reserved