public class _BaseStructureStub extends org.omg.CORBA.portable.ObjectImpl implements BaseStructure
Constructor and Description |
---|
_BaseStructureStub() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
_ids() |
BaseElement |
getElementByType(java.lang.String beType)
(11001)
Get the base element that matches the requested type.
|
BaseElement[] |
getElements(java.lang.String bePattern)
(11002)
Get the base elements that match the pattern.
|
BaseRelation |
getRelation(BaseElement elem1,
BaseElement elem2)
(11003)
Get the base relation between two base elements.
|
BaseRelation[] |
getRelations(BaseElement elem1,
BaseElement elem2)
(11008)
Get the base relations between two base elements.
|
BaseElement[] |
getTopLevelElements(java.lang.String bePattern)
(11004)
Get the top level base elements that match the pattern.
|
java.lang.String |
getVersion()
(11005)
Get the version of the base model as string.
|
java.lang.String[] |
listElements(java.lang.String bePattern)
(11006)
Get the base element names that match the pattern.
|
java.lang.String[] |
listTopLevelElements(java.lang.String bePattern)
(11007)
Get the top level base element names that match the pattern.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
public BaseElement getElementByType(java.lang.String beType) throws AoException
getElementByType
in interface BaseStructureOperations
beType
- The name of the requested base element.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_BASETYPE
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic BaseElement[] getElements(java.lang.String bePattern) throws AoException
getElements
in interface BaseStructureOperations
bePattern
- The name or the search pattern for the requested
base elements.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic BaseRelation getRelation(BaseElement elem1, BaseElement elem2) throws AoException
getRelation
in interface BaseStructureOperations
elem1
- The base element from which the relation starts.elem2
- The base element to which the relation points.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_NOT_FOUNDpublic BaseElement[] getTopLevelElements(java.lang.String bePattern) throws AoException
getTopLevelElements
in interface BaseStructureOperations
bePattern
- The name or the search pattern for the requested
top level base elements.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String getVersion() throws AoException
getVersion
in interface BaseStructureOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String[] listElements(java.lang.String bePattern) throws AoException
listElements
in interface BaseStructureOperations
bePattern
- The name or the search pattern for the requested
base element names.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String[] listTopLevelElements(java.lang.String bePattern) throws AoException
listTopLevelElements
in interface BaseStructureOperations
bePattern
- The name or the search pattern for the requested
top level base element names.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic BaseRelation[] getRelations(BaseElement elem1, BaseElement elem2) throws AoException
getRelations
in interface BaseStructureOperations
elem1
- The base element from which the relation starts.elem2
- The base element to which the relation points.AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_NOT_FOUNDpublic java.lang.String[] _ids()
_ids
in class org.omg.CORBA.portable.ObjectImpl