Exemplo n.º 1
0
    def seek(self, whichpkt):
        """Position orb connection packet pointer by pktid or code"""

	try:

            ret = _orb._orbseek(self._orbfd, whichpkt)

	except _orb._ElogException, _e: 

            stock._raise_elog(_e)
Exemplo n.º 2
0
    def seek(self, whichpkt):
        """Position orb connection packet pointer by pktid or code"""

        try:

            ret = _orb._orbseek(self._orbfd, whichpkt)

        except _orb._ElogException, _e:

            stock._raise_elog(_e)
Exemplo n.º 3
0
 def seek(self, whichpkt):
     return check_error(_orb._orbseek(self._fd, whichpkt), SeekError)
Exemplo n.º 4
0
    def seek(self, whichpkt):
        """Position orb connection packet pointer by pktid or code"""

        return _orb._orbseek(self._orbfd, whichpkt)
Exemplo n.º 5
0
 def seek(self, whichpkt):
     return check_error(_orb._orbseek(self._fd, whichpkt), SeekError)