Uses of Class
org.omg.CORBA.BAD_OPERATION

Packages that use BAD_OPERATION
org.jacorb.orb   
org.omg.CORBA   
 

Uses of BAD_OPERATION in org.jacorb.orb
 

Methods in org.jacorb.orb that throw BAD_OPERATION
 short Any.extract_short()
           
 java.io.Serializable Any.extract_Value()
           
 

Uses of BAD_OPERATION in org.omg.CORBA
 

Methods in org.omg.CORBA that return BAD_OPERATION
static BAD_OPERATION BAD_OPERATIONHelper.extract(Any any)
           
static BAD_OPERATION BAD_OPERATIONHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type BAD_OPERATION
static void BAD_OPERATIONHelper.insert(Any any, BAD_OPERATION s)
           
static void BAD_OPERATIONHelper.write(OutputStream out, BAD_OPERATION s)