Interface TINAScsNamedUAIntra::i_Initial

interface i_Initial

This interface allows its clients to get a reference of interface *i_ProviderNamedAccess that is necessary for access session interaction to take *place.



Operation Index

setupAccessSession
This operation allows its clients to get a reference of interface *i_ProviderNamedAccess for an access session and the access session identifiers.

Exception Index

e_setupFailure

Operations

setupAccessSession
void setupAccessSession(in TINAAccessCommonTypes::t_UserInfo userinfo,
                        out TINAAccessCommonTypes::t_AccessSessionId asId,
                        out TINAAccessCommonTypes::t_AccessSessionSecretId asSecretId,
                        out string sIOR)
    raises(e_setupFailure);

This operation allows its clients to get a reference of interface *i_ProviderNamedAccess for an access session and the access session identifiers.



Exceptions

e_setupFailure
exception e_setupFailure
{
    string reason;
};

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)