|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ExceptionList
org.openorb.orb.core.dii.ExceptionList
public class ExceptionList
This class implements the OMG class : ExceptionList. It is used when a client wants to make a remote call in order to specify what kind of exception could be raised by the remote application. The exception list does not contain exceptions byt exceptions typecodes.
Constructor Summary | |
---|---|
ExceptionList()
Constructor |
Method Summary | |
---|---|
void |
add(org.omg.CORBA.TypeCode exc)
Add an item into the list |
int |
count()
Return the list size |
org.omg.CORBA.TypeCode |
item(int index)
Return an item |
void |
remove(int index)
Remove an item |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionList()
Method Detail |
---|
public int count()
count
in class org.omg.CORBA.ExceptionList
public void add(org.omg.CORBA.TypeCode exc)
add
in class org.omg.CORBA.ExceptionList
public org.omg.CORBA.TypeCode item(int index) throws org.omg.CORBA.Bounds
item
in class org.omg.CORBA.ExceptionList
org.omg.CORBA.Bounds
public void remove(int index) throws org.omg.CORBA.Bounds
remove
in class org.omg.CORBA.ExceptionList
org.omg.CORBA.Bounds
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |