Borland(R) Enterprise Server VisiBroker(R) プログラマーズリファレンス

[目次][索引][前へ][次へ]

5.15.1 IDLの定義

 
interface ExceptionList {
   readonly attribute unsigned long count;
   void add(in CORBA::TypeCode exc);
   CORBA::TypeCode item(in unsigned long index)
       raises(CORBA::Bounds);
   void remove(in unsigned long index)
       raises(CORBA::Bounds);
};