Esempio n. 1
0
 def __init__(self, method, command, client):
     self.client = client
     self.method = method
     self.command = command
     self.marshal = IMarshal()
Esempio n. 2
0
	def __init__(self):
		self.marshal = IMarshal()
		self.commandCounter = counter()
		self.completedCounter = counter()
		self.exceptionsCounter = counter()