| Package | Description |
|---|---|
| com.sybase.esp.sdk | |
| com.sybase.esp.sdk.adapter | |
| com.sybase.esp.sdk.data | |
| com.sybase.esp.sdk.debugger |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectEvent.getProject() |
Project |
Stream.getProject() |
Project |
SDK.getProject(java.lang.String host,
int commandPort,
Credentials creds)
Returns a project object for a standalone project (one that has been started manually on the command line).
|
Project |
SDK.getProject(java.lang.String host,
int commandPort,
java.lang.String gatewayHost,
int gatewyPort,
Credentials creds,
ProjectOptions options)
Returns a project object for a standalone project (one that has been started manually on the command line).
|
Project |
Server.getProject(java.lang.String workspace,
java.lang.String projectName)
Is equivalent to the call
#getProject(String, ProjectOptions) with default project options. |
Project |
Server.getProject(java.lang.String workspace,
java.lang.String projectName,
ProjectOptions options)
Retrieves the Project object corresponding to the projectName.
|
Project |
SDK.getProject(Uri uri,
Credentials creds)
Retrieves a
Project object corresponding to the project refered to by the uri. |
Project |
SDK.getProject(Uri uri,
Credentials creds,
ProjectOptions options)
Retrieves a
Project object corresponding to the server project refered to by the uri using the
specified options. |
| Constructor and Description |
|---|
ProjectEvent(Project project,
ProjectEvent.Type t) |
| Modifier and Type | Method and Description |
|---|---|
Project |
AdapterController.getProject() |
| Modifier and Type | Method and Description |
|---|---|
Project |
Subscriber.getProject() |
Project |
Publisher.getProject()
Retrieve the
Project instance for the project this publisher is connected to. |
| Modifier and Type | Method and Description |
|---|---|
Project |
Debugger.getProject() |