| Removed Methods |
ProcessService create(ConnectionPassport, String, int)
|
Creates a ProcessService using a ConnectionPassport, base folder, and instances cache size. |
ProcessService create(String)
|
Creates a new ProcessService using the URL of the directory, the system property for working directory,
and the default value for instances cache size. |
ProcessService create(String, String)
|
Creates a new ProcessService using the URL of the directory, the working directory. |
ProcessService create(String, String, int)
|
Creates a ProcessService using a directory url, working directory, and instances cache size. |
ProcessService create(String, String, String, int)
|
Creates a ProcessService using a directory url, directory id, working directory and instances cache size. |
Filter createFilter(int)
|
Creates a Filter, for use in getting InstanceInfo, using matchingCriteria. |
ProcessServiceNESession createNESession(ConnectionPassport, String)
|
Creates a ProcessServiceNESession using ConnectionPassport and the user's host. |
ProcessServiceNESession createNESession(ConnectionPassport, String, boolean)
|
Creates a ProcessServiceNESession using a user id, password, and the user's host. |
ProcessServiceNESession createNESession(String, String, String)
|
Creates a ProcessServiceNESession using a user id, password, and the user's host. |
ProcessServiceNESession createNESession(String, String, String, boolean)
|
Creates a ProcessServiceNESession using a user id, password, and the user's host. |
ProcessServiceSession createSession(ConnectionPassport, String, boolean)
|
Creates a ProcessServiceSession using ConnectionPassport and the user's host. |
ProcessServiceSession createSession(String, String, String, boolean)
|
Creates a ProcessServiceSession using a user id, password, and the user's host. |
ProcessService createWithId(String)
|
Creates a ProcessService using a directory Id, system property for working directory, and the default
value for instance cache size. |
ProcessService createWithId(String, String)
|
Creates a ProcessService using a directory Id, working directory, and the default
value for instance cache size. |
ProcessService createWithId(String, String, int)
|
Creates a ProcessService using a directory id, working directory and instances cache size. |
void startViewUpdater(ConnectionPassport, long)
|
Starts the updater to synchronize directory changes for views. |
void stopViewUpdater()
|
Stops the updater. |
void updateSessionViewsForNewInstances(boolean)
|
Notifies sessions when an instance is updated. |