public class ApplicationRelation extends java.lang.Object implements ApplicationRelation
Modifier and Type | Field and Description |
---|---|
protected long |
cObjPtr |
Constructor and Description |
---|
ApplicationRelation() |
ApplicationRelation(long cObjPtr) |
Modifier and Type | Method and Description |
---|---|
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result) |
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList exclist,
org.omg.CORBA.ContextList ctxlist) |
org.omg.CORBA.Object |
_duplicate() |
org.omg.CORBA.DomainManager[] |
_get_domain_managers() |
org.omg.CORBA.Object |
_get_interface_def() |
org.omg.CORBA.Policy |
_get_policy(int policy_type) |
int |
_hash(int maximum) |
boolean |
_is_a(java.lang.String repositoryIdentifier) |
boolean |
_is_equivalent(org.omg.CORBA.Object other) |
boolean |
_non_existent() |
void |
_release() |
org.omg.CORBA.Request |
_request(java.lang.String operation) |
org.omg.CORBA.Object |
_set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add) |
boolean |
equals(java.lang.Object obj) |
protected void |
finalize() |
BaseRelation |
getBaseRelation()
Get the base relation of the application relation.
|
ApplicationElement |
getElem1()
Get the first application element of the application
relation.
|
ApplicationElement |
getElem2()
Get the second application element of the application
relation.
|
java.lang.String |
getInverseRelationName()
Get the inverse name of the application relation.
|
RelationRange |
getInverseRelationRange()
Get the inverse relation range of the application
relation.
|
Relationship |
getInverseRelationship()
Get the inverse relationship of the application relation.
|
java.lang.String |
getRelationName()
Get the name of the application relation.
|
RelationRange |
getRelationRange()
Get the relation range of the application relation.
|
Relationship |
getRelationship()
Get the relationship of the application relation.
|
RelationType |
getRelationType()
Get the relation type of the application relation.
|
void |
setBaseRelation(BaseRelation baseRel)
Set the base relation of the application relation.
|
void |
setElem1(ApplicationElement applElem)
Set the first application element of the application
relation.
|
void |
setElem2(ApplicationElement applElem)
Set the second application element of the application
relation.
|
void |
setInverseRelationName(java.lang.String arInvName)
Set the name of an application relation.
|
void |
setInverseRelationRange(RelationRange arRelationRange)
Set the relation range of an application relation.
|
void |
setRelationName(java.lang.String arName)
Set the name of an application relation.
|
void |
setRelationRange(RelationRange arRelationRange)
Set the relation range of an application relation.
|
void |
setRelationType(RelationType arRelationType)
Set the relation type of an application relation.
|
public ApplicationRelation()
public ApplicationRelation(long cObjPtr)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public BaseRelation getBaseRelation() throws AoException
getBaseRelation
in interface ApplicationRelationOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic ApplicationElement getElem1() throws AoException
getElem1
in interface ApplicationRelationOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic ApplicationElement getElem2() throws AoException
getElem2
in interface ApplicationRelationOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic RelationRange getInverseRelationRange() throws AoException
getInverseRelationRange
in interface ApplicationRelationOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic Relationship getInverseRelationship() throws AoException
getInverseRelationship
in interface ApplicationRelationOperations
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 getRelationName() throws AoException
getRelationName
in interface ApplicationRelationOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic RelationRange getRelationRange() throws AoException
getRelationRange
in interface ApplicationRelationOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic Relationship getRelationship() throws AoException
getRelationship
in interface ApplicationRelationOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic RelationType getRelationType() throws AoException
getRelationType
in interface ApplicationRelationOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setBaseRelation(BaseRelation baseRel) throws AoException
setBaseRelation
in interface ApplicationRelationOperations
baseRel
- The base relation.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_RELATION
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setElem1(ApplicationElement applElem) throws AoException
setElem1
in interface ApplicationRelationOperations
applElem
- The application element.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_ELEMENT
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setElem2(ApplicationElement applElem) throws AoException
setElem2
in interface ApplicationRelationOperations
applElem
- The application element.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_ELEMENT
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setInverseRelationRange(RelationRange arRelationRange) throws AoException
setInverseRelationRange
in interface ApplicationRelationOperations
arRelationRange
- The inverse relation range.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_HAS_BASE_RELATION
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_RELATION_RANGE
AO_IS_BASE_RELATION
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setRelationName(java.lang.String arName) throws AoException
setRelationName
in interface ApplicationRelationOperations
arName
- The application relation name.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 void setRelationRange(RelationRange arRelationRange) throws AoException
setRelationRange
in interface ApplicationRelationOperations
arRelationRange
- The relation range.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_HAS_BASE_RELATION
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_RELATION_RANGE
AO_IS_BASE_RELATION
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setRelationType(RelationType arRelationType) throws AoException
setRelationType
in interface ApplicationRelationOperations
arRelationType
- The relation type.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_HAS_BASE_RELATION
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_RELATION_TYPE
AO_IS_BASE_RELATION
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String getInverseRelationName() throws AoException
getInverseRelationName
in interface ApplicationRelationOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setInverseRelationName(java.lang.String arInvName) throws AoException
setInverseRelationName
in interface ApplicationRelationOperations
arInvName
- The inverse application relation name.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_ACTIVEprotected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx, java.lang.String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result)
_create_request
in interface org.omg.CORBA.Object
public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx, java.lang.String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result, org.omg.CORBA.ExceptionList exclist, org.omg.CORBA.ContextList ctxlist)
_create_request
in interface org.omg.CORBA.Object
public org.omg.CORBA.Object _duplicate()
_duplicate
in interface org.omg.CORBA.Object
public org.omg.CORBA.DomainManager[] _get_domain_managers()
_get_domain_managers
in interface org.omg.CORBA.Object
public org.omg.CORBA.Object _get_interface_def()
_get_interface_def
in interface org.omg.CORBA.Object
public org.omg.CORBA.Policy _get_policy(int policy_type)
_get_policy
in interface org.omg.CORBA.Object
public int _hash(int maximum)
_hash
in interface org.omg.CORBA.Object
public boolean _is_a(java.lang.String repositoryIdentifier)
_is_a
in interface org.omg.CORBA.Object
public boolean _is_equivalent(org.omg.CORBA.Object other)
_is_equivalent
in interface org.omg.CORBA.Object
public boolean _non_existent()
_non_existent
in interface org.omg.CORBA.Object
public void _release()
_release
in interface org.omg.CORBA.Object
public org.omg.CORBA.Request _request(java.lang.String operation)
_request
in interface org.omg.CORBA.Object
public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies, org.omg.CORBA.SetOverrideType set_add)
_set_policy_override
in interface org.omg.CORBA.Object