Example #1
0
    def reap_timeout(self, maxseconds):
        """Get the next packet from an orb, waiting a maximum number of seconds"""

	try:

            ret = _orb._orbreap_timeout(self._orbfd, maxseconds)

	except _orb._ElogException, _e: 

            stock._raise_elog(_e)
Example #2
0
    def reap_timeout(self, maxseconds):
        """Get the next packet from an orb, waiting a maximum number of seconds"""

        try:

            ret = _orb._orbreap_timeout(self._orbfd, maxseconds)

        except _orb._ElogException, _e:

            stock._raise_elog(_e)
Example #3
0
    def reap_timeout(self, maxseconds):
        """Get the next packet from an orb, waiting a maximum number of seconds"""

        return _orb._orbreap_timeout(self._orbfd, maxseconds)