|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ssaglobal.bde.BdeToolkit
BdeToolkit is a helper class for creating various objects required for the formation and execution of a request.
A default toolkit can be retrieved by calling the method.getDefaultToolkit()
| Method Summary | |
abstract IBdeFilter |
createBdeFilter()
Creates an IBdeFilter object. |
abstract IBdeSelection |
createBdeSelection()
Creates an IBdeSelection object. |
abstract IPublishControl |
createPublishControl(java.lang.String eventConsumer)
Creates an IPublishControl object. |
abstract IUserSession |
createUserSession()
Creates an IUserSession object. |
abstract IUserSession |
createUserSession(java.lang.String sUser,
java.lang.String sPassword)
Creates an IUserSession object for a given username/password. |
static BdeToolkit |
getDefaultToolkit()
Retrieves the default implementation. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static BdeToolkit getDefaultToolkit()
throws java.lang.RuntimeException
java.lang.RuntimeException - if the installation is faultypublic abstract IUserSession createUserSession()
IUserSession object.
This constructor for UserSession can be used when a specific Username is not relevant.
public abstract IUserSession createUserSession(java.lang.String sUser,
java.lang.String sPassword)
IUserSession object for a given username/password.public abstract IBdeFilter createBdeFilter()
IBdeFilter object. This object is used to create Filters on a BDE. A filter helps
select specific records from the server and can be compared to a 'where clause' in a SQL statement.Show and List methods. IBdeFilter a Filter object.public abstract IBdeSelection createBdeSelection()
IBdeSelection object. This object is used to define which attributes should be retrieved
from the server and can be compared to the 'select table.field' of a SQL statement.Show and List methods.IBdeSelection a Filter object.public abstract IPublishControl createPublishControl(java.lang.String eventConsumer)
IPublishControl object. This object can be used in case the BDE supports Events.eventConsumer - This is the name/id of the user/application that requests a asynchronous List.IPublishControl object.
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||