Public Methods |
| UpdateSessionPOATie (UpdateSessionOperations delegate) |
| UpdateSessionPOATie (UpdateSessionOperations delegate, org.omg.PortableServer.POA poa) |
UpdateSessionOperations | _delegate () |
void | _delegate (UpdateSessionOperations delegate) |
org.omg.PortableServer.POA | _default_POA () |
void | removeVideo (String videoName) throws DatabaseException |
void | removeSegmentation (VxSegmentation seg) throws DatabaseException |
void | removeSegment (VxSegment segment) throws DatabaseException |
void | addSegmentation (VxSegmentation seg, String videoName, String segName, String description) throws DatabaseException |
VxSegmentationBuilder | buildSegmentation (String videoName, String segName) throws DatabaseException |
String[] | listVideos () |
String[] | listSegmentations (String videoName) |
VxSegmentation | getSegmentation (String videoName, String segName) |
VxSegment[] | querySegments (String sqlQuery) throws DatabaseException |
String[] | queryStrings (String sqlQuery) throws DatabaseException |
SegmentQueryResult[] | queryMultipleSegments (String sqlQuery) throws DatabaseException |
void | close () |