|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApelonException | |
---|---|
com.apelon.apelonserver.client | The client side common classes provide a set of basic abstract classes that are used by application client side apis. |
com.apelon.dts.client | This package now consists primarily of deprecated classes maintained for compatibility with DTS 2.4. |
com.apelon.dts.client.common | This package provides a few common classes. |
Uses of ApelonException in com.apelon.apelonserver.client |
---|
Methods in com.apelon.apelonserver.client that throw ApelonException | |
---|---|
protected Document |
BasicQuery.executeQuery(String query)
|
protected String |
BasicQuery.executeQueryNoParse(String query)
|
protected String |
TransientSCSocket.executeQueryRemote(String query)
Executes a given query on the remote server |
protected String |
ServerConnectionSocket.executeQueryRemote(String query)
|
protected String |
ServerConnectionSecureSocket.executeQueryRemote(String query)
Executes a given query. |
Constructors in com.apelon.apelonserver.client that throw ApelonException | |
---|---|
ServerConnectionSecureSocket(String host,
int port,
boolean init,
String username,
String password)
Constructor which initializes the socket connection. |
|
ServerConnectionSecureSocket(String host,
int port,
String username,
String password)
Constructor which initializes the socket connection. |
|
ServerConnectionSocket(String host,
int port)
Establish a socket connection to a remote server. |
|
TransientSCSocket(String host,
int port)
Constructor |
Uses of ApelonException in com.apelon.dts.client |
---|
Methods in com.apelon.dts.client that throw ApelonException | |
---|---|
String[] |
DTSLicenseQuery.getAllLicenses(String condition)
Deprecated. Use DTSCommonQuery.getAllLicenses(String) instead |
String |
DTSLicenseQuery.getLicense(String source)
Deprecated. Use DTSCommonQuery.getLicense(String) instead |
Uses of ApelonException in com.apelon.dts.client.common |
---|
Methods in com.apelon.dts.client.common that throw ApelonException | |
---|---|
String[] |
DTSCommonQuery.getAllLicenses(String condition)
Gets all licenses from the server. |
String |
DTSCommonQuery.getLicense(String source)
Gets the license for a given source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |