Interface TINAScsSF::i_Init

interface i_Init

Behavior: This interface allows the SLCM to initialize, configure and manage the SF.



Operation Index

activate
- sets the state of the SF to active. In this state, the SF can be used for service provision. *
configure
- allows the SLCM to configure the SF. *
deactivate
- sets the state of the SF to deactivating. Future service session creation requests will be rejected. Once ongoing service sessions are finished, the SF passes to inactive state. *
delete
- kills the SF if it is in inactive state. *
getSessionInfo
- allows the SLCM to get Service Session instances information *
halt
- sets the SF state to inactive without a deactivation phase. The SF reports the users using it about the fact and the service sessions are ended inmediately. *
setSessionInfo
- allows the SLCM to set Service Session *

Operations

activate
void activate();

- sets the state of the SF to active. In this state, the SF can be used for service provision. *


configure
void configure();

- allows the SLCM to configure the SF. *


deactivate
void deactivate();

- sets the state of the SF to deactivating. Future service session creation requests will be rejected. Once ongoing service sessions are finished, the SF passes to inactive state. *


delete
void delete();

- kills the SF if it is in inactive state. *


getSessionInfo
void getSessionInfo();

- allows the SLCM to get Service Session instances information *


halt
void halt();

- sets the SF state to inactive without a deactivation phase. The SF reports the users using it about the fact and the service sessions are ended inmediately. *


setSessionInfo
void setSessionInfo();

- allows the SLCM to set Service Session *



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