public interface INativeService
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose the service
|
java.lang.String |
id()
Returns the string id of this NativeService.
|
boolean |
isValid()
True if the INativeService instance is valid
|
int |
maxConnections()
Returns the maximum pool size the NativeService.
|
int |
poolSize()
Returns the current pool size of the NativeService.
|
void |
prestartConnection()
Prestarts a process connection.
|
IRequest |
request(java.lang.String call)
Creates an IRequest object to be executed by the NativeService.
|
int |
totalRequests()
Returns the total number of requests handled by this pool.
|
IRequest request(java.lang.String call)
call
- NativeService call namevoid dispose()
boolean isValid()
int poolSize()
int maxConnections()
int totalRequests()
java.lang.String id()
void prestartConnection() throws NativeCommException
NativeCommException
- on failure"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"