예제 #1
0
파일: iop.py 프로젝트: fperrad/corba-python
 def _setprofile_data(self, profile_data):
     _e0 = profile_data
     CORBA.check('long', len(_e0))
     for _e1 in _e0:
         CORBA.check('octet', ord(_e1))
     self._profile_data = profile_data
예제 #2
0
파일: iop.py 프로젝트: fperrad/corba-python
 def _setcontext_data(self, context_data):
     _e0 = context_data
     CORBA.check('long', len(_e0))
     for _e1 in _e0:
         CORBA.check('octet', ord(_e1))
     self._context_data = context_data
예제 #3
0
파일: iop.py 프로젝트: fperrad/corba-python
 def __init__(self, *params):
     list.__init__(self, *params)
     _e0 = list(*params)
     for _e1 in _e0:
         CORBA.check(ServiceContext, _e1)
예제 #4
0
파일: iop.py 프로젝트: fperrad/corba-python
 def _setcontext_id(self, context_id):
     CORBA.check(ServiceId, context_id)
     self._context_id = context_id
예제 #5
0
파일: iop.py 프로젝트: fperrad/corba-python
 def _settag(self, tag):
     CORBA.check(ProfileId, tag)
     self._tag = tag
예제 #6
0
파일: iop.py 프로젝트: fperrad/corba-python
 def __init__(self, val):
     CORBA.check('unsigned_long', val)
     long.__init__(val)
예제 #7
0
파일: iop.py 프로젝트: fperrad/corba-python
 def __init__(self, *params):
     list.__init__(self, *params)
     _e0 = list(*params)
     for _e1 in _e0:
         CORBA.check(TaggedComponent, _e1)
예제 #8
0
파일: iop.py 프로젝트: fperrad/corba-python
 def _settag(self, tag):
     CORBA.check(ComponentId, tag)
     self._tag = tag
예제 #9
0
파일: iop.py 프로젝트: fperrad/corba-python
 def _setprofiles(self, profiles):
     _e0 = profiles
     CORBA.check('long', len(_e0))
     for _e1 in _e0:
         CORBA.check(TaggedProfile, _e1)
     self._profiles = profiles
예제 #10
0
파일: iop.py 프로젝트: fperrad/corba-python
 def _settype_id(self, type_id):
     CORBA.check('string', type_id)
     self._type_id = type_id