Ejemplo n.º 1
0
        public DiscoveryClient_SendFSM(urn_jaus_jss_core_Transport_1_1.Transport_SendFSM pTransport_SendFSM)
        {
            /*
             * If there are other variables, context must be constructed last so that all
             * class variables are available if an EntryAction of the InitialState of the
             * statemachine needs them.
             */
            context = new DiscoveryClient_SendFSMContext(this);

            this.pTransport_SendFSM = pTransport_SendFSM;
        }
Ejemplo n.º 2
0
        public Events_SendFSM(urn_jaus_jss_core_Transport_1_1.Transport_SendFSM pTransport_SendFSM)
        {
            /*
             * If there are other variables, context must be constructed last so that all
             * class variables are available if an EntryAction of the InitialState of the
             * statemachine needs them.
             */
            context = new Events_SendFSMContext(this);

            this.pTransport_SendFSM = pTransport_SendFSM;
        }
Ejemplo n.º 3
0
        public Management_SendFSM(urn_jaus_jss_core_Transport_1_1.Transport_SendFSM pTransport_SendFSM, urn_jaus_jss_core_Events_1_1.Events_SendFSM pEvents_SendFSM, urn_jaus_jss_core_AccessControl_1_1.AccessControl_SendFSM pAccessControl_SendFSM)
        {
            /*
             * If there are other variables, context must be constructed last so that all
             * class variables are available if an EntryAction of the InitialState of the
             * statemachine needs them.
             */
            context = new Management_SendFSMContext(this);

            this.pTransport_SendFSM     = pTransport_SendFSM;
            this.pEvents_SendFSM        = pEvents_SendFSM;
            this.pAccessControl_SendFSM = pAccessControl_SendFSM;
        }