public class CallAsyncConnection
extends java.lang.Object
| Constructor and Description |
|---|
CallAsyncConnection(com.ptc.pfc.pfcAsyncConnection.AsyncConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
static CallAsyncConnection |
connect(java.lang.String display,
java.lang.String userId,
java.lang.String textPath,
java.lang.Integer timeoutSec) |
void |
disconnect(java.lang.Integer timeoutSec) |
void |
end() |
com.ptc.pfc.pfcAsyncConnection.AsyncConnection |
getConn() |
CallConnectionId |
getConnectionId() |
CallSession |
getSession() |
boolean |
isRunning() |
static CallAsyncConnection |
start(java.lang.String cmdLine,
java.lang.String textPath) |
public CallAsyncConnection(com.ptc.pfc.pfcAsyncConnection.AsyncConnection conn)
public static CallAsyncConnection connect(java.lang.String display, java.lang.String userId, java.lang.String textPath, java.lang.Integer timeoutSec) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallAsyncConnection start(java.lang.String cmdLine, java.lang.String textPath) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallSession getSession() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallConnectionId getConnectionId() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void disconnect(java.lang.Integer timeoutSec)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic boolean isRunning()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void end()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcAsyncConnection.AsyncConnection getConn()