示例#1
0
    def connect(**kwargs):
        """
        Connects to the OpenSRF network, parses the IDL, and loads the CSEditor.
        """

        osrf.system.System.connect(**kwargs)
        IDLParser.parse()
        oilsLoadCSEditor()
示例#2
0
    def connect(**kwargs):
        """
        Connects to the OpenSRF network, parses the IDL, and loads the CSEditor.
        """

        osrf.system.System.connect(**kwargs)
        IDLParser.parse()
        oilsLoadCSEditor()
示例#3
0
    def remote_connect(**kwargs):
	    """
            Connects to the opensrf network,  parses the IDL file, and loads the CSEditor.
            This version of connect does not talk to opensrf.settings, which means it 
            also does not connect to the opensrf cache.
        """
	    osrf.system.System.net_connect(**kwargs)
	    IDLParser.parse()
	    oilsLoadCSEditor()
示例#4
0
    def remote_connect(**kwargs):
        """
        Connects to the OpenSRF network, parses the IDL, and loads the CSEditor.

        This version of connect does not talk to opensrf.settings, which means
        it also does not connect to the OpenSRF cache.
        """

        osrf.system.System.net_connect(**kwargs)
        IDLParser.parse()
        oilsLoadCSEditor()
示例#5
0
    def connect(**kwargs):
	    """Connects to the opensrf network,  parses the IDL file, and loads the CSEditor"""
	    osrf.system.System.connect(**kwargs)
	    IDLParser.parse()
	    oilsLoadCSEditor()