|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerThreadedJob
Executes in parallel and performs the job on the server.
| Method Summary | |
|---|---|
void |
createContext()
Create a server context associated with the job. |
IStream |
getContextStream()
Returns a server context object serialized into a stream. |
String |
getHost()
Server machine name. |
IServerContext |
getServerContext()
The server context associated with the job. |
String |
getService()
Service name. |
ITrackCancel |
getTrackCancel()
Returns a cancel tracker object created on the server context. |
void |
releaseContext()
Release the associated server context. |
void |
setHost(String pHost)
Server machine name. |
void |
setService(String pService)
Service name. |
| Method Detail |
|---|
String getHost()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHost(String pHost)
throws IOException,
AutomationException
pHost - The pHost (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getService()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setService(String pService)
throws IOException,
AutomationException
pService - The pService (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createContext()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void releaseContext()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IServerContext getServerContext()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITrackCancel getTrackCancel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStream getContextStream()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||