def __init__(self, gid, nid, pid, appname, actorname, instance, methodname):
self.gid = gid
self.nid = nid
self.pid = pid
self.appname = appname
self.actorname = actorname
self.instance = instance
self.methodname = methodname
self.methodQueueToActor = queue.Queue()
self.methodQueueFromActor = queue.Queue()
评论列表
文章目录