Inheritance diagram for VxMutableSegmentPOATie::
Public Methods | |
VxMutableSegmentPOATie (VxMutableSegmentOperations delegate) | |
VxMutableSegmentPOATie (VxMutableSegmentOperations delegate, org.omg.PortableServer.POA poa) | |
VxMutableSegmentOperations | _delegate () |
void | _delegate (VxMutableSegmentOperations delegate) |
org.omg.PortableServer.POA | _default_POA () |
void | setStart (int start) |
void | setEnd (int end) |
void | removeInt (String id) throws DatabaseException |
void | removeDouble (String id) throws DatabaseException |
void | removeString (String id) throws DatabaseException |
void | changeInt (String id, int newValue) throws DatabaseException |
void | changeDouble (String id, double newValue) throws DatabaseException |
void | changeString (String id, String newValue) throws DatabaseException |
void | addInt (String id, int value) throws DatabaseException |
void | addDouble (String id, double value) throws DatabaseException |
void | addString (String id, String value) throws DatabaseException |
int | start () |
int | end () |
int | length () |
String[] | getIds () |
String[] | getTypes () |
int | getInt (String id) |
double | getDouble (String id) |
String | getString (String id) |
int | getIntFlag (String id, org.omg.CORBA.BooleanHolder present) |
double | getDoubleFlag (String id, org.omg.CORBA.BooleanHolder present) |
String | getStringFlag (String id, org.omg.CORBA.BooleanHolder present) |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from VxMutableSegmentOperations. |
|
Reimplemented from VxMutableSegmentOperations. |
|
Reimplemented from VxMutableSegmentOperations. |
|
Reimplemented from VxMutableSegmentOperations. |
|
Reimplemented from VxMutableSegmentOperations. |
|
Reimplemented from VxMutableSegmentOperations. |
|
Reimplemented from VxMutableSegmentOperations. |
|
Reimplemented from VxMutableSegmentOperations. |
|
Reimplemented from VxSegmentBuilderOperations. |
|
Reimplemented from VxSegmentBuilderOperations. |
|
Reimplemented from VxSegmentBuilderOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |
|
Reimplemented from VxSegmentOperations. |