Uses of Class
org.omg.CORBA.BAD_OPERATION

Packages that use BAD_OPERATION
org.apache.yoko.orb.CORBA   
org.omg.CORBA   
 

Uses of BAD_OPERATION in org.apache.yoko.orb.CORBA
 

Methods in org.apache.yoko.orb.CORBA that throw BAD_OPERATION
 Any Any.extract_any()
           
 boolean Any.extract_boolean()
           
 char Any.extract_char()
           
 double Any.extract_double()
           
 float Any.extract_float()
           
 int Any.extract_long()
           
 long Any.extract_longlong()
           
 Object Any.extract_Object()
           
 byte Any.extract_octet()
           
 Principal Any.extract_Principal()
           
 short Any.extract_short()
           
 String Any.extract_string()
           
 TypeCode Any.extract_TypeCode()
           
 int Any.extract_ulong()
           
 long Any.extract_ulonglong()
           
 short Any.extract_ushort()
           
 Serializable Any.extract_Value()
           
 char Any.extract_wchar()
           
 String Any.extract_wstring()
           
 

Uses of BAD_OPERATION in org.omg.CORBA
 

Fields in org.omg.CORBA declared as BAD_OPERATION
 BAD_OPERATION BAD_OPERATIONHolder.value
           
 

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 val)
           
static void BAD_OPERATIONHelper.write(OutputStream out, BAD_OPERATION val)
           
 

Methods in org.omg.CORBA that throw BAD_OPERATION
abstract  Any Any.extract_any()
           
abstract  boolean Any.extract_boolean()
           
abstract  char Any.extract_char()
           
abstract  double Any.extract_double()
           
abstract  float Any.extract_float()
           
abstract  int Any.extract_long()
           
abstract  long Any.extract_longlong()
           
abstract  Object Any.extract_Object()
           
abstract  byte Any.extract_octet()
           
 Principal Any.extract_Principal()
          Deprecated by CORBA 2.2.
abstract  short Any.extract_short()
           
abstract  String Any.extract_string()
           
abstract  TypeCode Any.extract_TypeCode()
           
abstract  int Any.extract_ulong()
           
abstract  long Any.extract_ulonglong()
           
abstract  short Any.extract_ushort()
           
abstract  Serializable Any.extract_Value()
           
abstract  char Any.extract_wchar()
           
abstract  String Any.extract_wstring()
           
 

Constructors in org.omg.CORBA with parameters of type BAD_OPERATION
BAD_OPERATIONHolder(BAD_OPERATION initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.