public class _SMatLinkStub extends org.omg.CORBA.portable.ObjectImpl implements SMatLink
| Constructor and Description |
|---|
_SMatLinkStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
BuildUpFunction |
getLinkType()
(20001)
Get the link or build type.
|
int |
getOrdinalNumber()
(20002)
Get the ordinal or sequence number
|
SubMatrix |
getSMat1()
(20003)
Get the first submatrix of the link.
|
Column[] |
getSMat1Columns()
(20004)
Get the bind columns of the first submatrix used in the link (e.g.
|
SubMatrix |
getSMat2()
(20005)
Get the second submatrix of the link.
|
Column[] |
getSMat2Columns()
(20006)
Get the bind columns of the second submatrix used in the link (e.g.
|
void |
setLinkType(BuildUpFunction linkType)
(20007)
Set the build or link type.
|
void |
setOrdinalNumber(int ordinalNumber)
(20008)
Set the ordinal or sequence number.
|
void |
setSMat1(SubMatrix subMat1)
(20009)
Set the first submatrix of the link.
|
void |
setSMat1Columns(Column[] columns)
(20010)
Set the bind columns of the first submatrix used in the link (e.g.
|
void |
setSMat2(SubMatrix subMat2)
(20011)
Set the second submatrix of the link.
|
void |
setSMat2Columns(Column[] columns)
(20012)
Set the bind columns of the second submatrix used in the link (e.g.
|
_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, toStringpublic 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 requested 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 subMat1) throws AoException
setSMat1 in interface SMatLinkOperationssubMat1 - The first sub matrix of the sub matrix 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 sub matrix.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 subMat2) throws AoException
setSMat2 in interface SMatLinkOperationssubMat2 - The second sub matrix of the sub matrix 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 sub matrix.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_ACTIVEpublic java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImpl