public class SMatLink extends java.lang.Object implements SMatLink
| Modifier and Type | Field and Description |
|---|---|
protected 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() |
BuildUpFunction |
getLinkType()
Get the link or build type.
|
int |
getOrdinalNumber()
Get the ordinal or sequence number
|
SubMatrix |
getSMat1()
Get the first submatrix of the link.
|
Column[] |
getSMat1Columns()
Get the bind columns of the first submatrix used in the
link (e.g.
|
SubMatrix |
getSMat2()
Get the second submatrix of the link.
|
Column[] |
getSMat2Columns()
Get the bind columns of the second submatrix used in the
link (e.g.
|
void |
setLinkType(BuildUpFunction linkType)
Set the build or link type.
|
void |
setOrdinalNumber(int ordinalNumber)
Set the ordinal or sequence number.
|
void |
setSMat1(SubMatrix subMatrix)
Set the first submatrix of the link.
|
void |
setSMat1Columns(Column[] columns)
Set the bind columns of the first submatrix used in the
link (e.g.
|
void |
setSMat2(SubMatrix subMatrix)
Set the second submatrix of the link.
|
void |
setSMat2Columns(Column[] columns)
Set the bind columns of the second submatrix used in the
link (e.g.
|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic BuildUpFunction getLinkType() throws AoException
getLinkType in interface SMatLinkOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic int getOrdinalNumber()
throws AoException
getOrdinalNumber in interface SMatLinkOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic SubMatrix getSMat1() throws AoException
getSMat1 in interface SMatLinkOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic Column[] getSMat1Columns() throws AoException
getSMat1Columns in interface SMatLinkOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic SubMatrix getSMat2() throws AoException
getSMat2 in interface SMatLinkOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic Column[] getSMat2Columns() throws AoException
getSMat2Columns in interface SMatLinkOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setLinkType(BuildUpFunction linkType) throws AoException
setLinkType in interface SMatLinkOperationslinkType - The requesed build-up function.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_BUILDUP_FUNCTION
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setOrdinalNumber(int ordinalNumber)
throws AoException
setOrdinalNumber in interface SMatLinkOperationsordinalNumber - The sequence number.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_ORDINALNUMBER
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setSMat1(SubMatrix subMatrix) throws AoException
setSMat1 in interface SMatLinkOperationssubMatrix - The first submatrix of the submatrix
link.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_SUBMATRIX
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setSMat1Columns(Column[] columns) throws AoException
setSMat1Columns in interface SMatLinkOperationscolumns - The column sequence of the submatrix.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_INVALID_COLUMN
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setSMat2(SubMatrix subMatrix) throws AoException
setSMat2 in interface SMatLinkOperationssubMatrix - The second submatrix of the submatrix
link.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_INVALID_SUBMATRIX
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setSMat2Columns(Column[] columns) throws AoException
setSMat2Columns in interface SMatLinkOperationscolumns - The column sequence of the submatrix.AoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_INVALID_COLUMN
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic 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.Objectpublic 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.Objectpublic org.omg.CORBA.Object _duplicate()
_duplicate in interface org.omg.CORBA.Objectpublic org.omg.CORBA.DomainManager[] _get_domain_managers()
_get_domain_managers in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Object _get_interface_def()
_get_interface_def in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Policy _get_policy(int policy_type)
_get_policy in interface org.omg.CORBA.Objectpublic int _hash(int maximum)
_hash in interface org.omg.CORBA.Objectpublic boolean _is_a(java.lang.String repositoryIdentifier)
_is_a in interface org.omg.CORBA.Objectpublic boolean _is_equivalent(org.omg.CORBA.Object other)
_is_equivalent in interface org.omg.CORBA.Objectpublic boolean _non_existent()
_non_existent in interface org.omg.CORBA.Objectpublic void _release()
_release in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Request _request(java.lang.String operation)
_request in interface org.omg.CORBA.Objectpublic 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