Behavior: This interface allows the SLCM to initialize, configure and manage the SF.
void activate();
- sets the state of the SF to active. In this state, the SF can be used for service provision. *
void configure();
- allows the SLCM to configure the SF. *
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. *
void delete();
- kills the SF if it is in inactive state. *
void getSessionInfo();
- allows the SLCM to get Service Session instances information *
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. *
void setSessionInfo();
- allows the SLCM to set Service Session *
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)