Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

javax_jms_InvalidSelectorException.h

00001 #ifndef xmogInc_javaxjmsInvalidSelectorException
00002 #define xmogInc_javaxjmsInvalidSelectorException
00003 
00004 #   if !defined(JMS_DECLSPEC )
00005 #       if defined(_MSC_VER)
00006 #           pragma message( "Relying on default definition of JMS_DECLSPEC " )
00007 #       endif /* defined(_MSC_VER) */
00008         // the following default definition works for all non-Windows platforms and for
00009         // executable projects on Windows where the sources are built directly into the binary
00010 #       define JMS_DECLSPEC 
00011 #   endif /* !defined(JMS_DECLSPEC ) */
00012 
00013     namespace java
00014     {
00015         namespace lang
00016         {
00017             class String;
00018         }
00019     }
00020     namespace javax
00021     {
00022         namespace jms
00023         {
00024             class InvalidSelectorException;
00025         }
00026     }
00027 
00028 #   include "javax_jms_JMSException.h"
00029 
00030     // work around MFC definitions of 'new' and 'delete' that cause compilation errors
00031 #   if (XMOG_UNDEFINE_MEM_OPERATORS==1)
00032 #       if defined(new)
00033 #           undef new
00034 #       endif /* defined(new) */
00035 #       if defined(delete)
00036 #           undef delete
00037 #       endif /* defined(delete) */
00038 #   endif /* (XMOG_UNDEFINE_MEM_OPERATORS==1) */
00039 
00052     class JMS_DECLSPEC javax::jms::InvalidSelectorException : 
00053         public ::javax::jms::JMSException
00054     {
00055     public:
00056         enum 
00057         {
00058             xmogDefaultFlags = xmog_base::GLOBAL,
00059             xmogMajorVersion = 3,
00060             xmogMinorVersion = 2,
00061             xmogPatchVersion = 9,
00062             xmogBuildNumber = 2047
00063         };
00064 
00065     public:
00066 
00067         typedef ::xmog_java_array_template< ::javax::jms::InvalidSelectorException > array1D;
00068 
00069         typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::InvalidSelectorException > > array2D;
00070 
00072 
00089         InvalidSelectorException( );
00090 
00103         InvalidSelectorException( jobject _local, xmog_flags f_xflags );
00104 
00117         InvalidSelectorException( const ::xmog_null & _null_instance );
00118 
00129         InvalidSelectorException( ::xmog_java_array * _arr, jint _index );
00130 
00143         InvalidSelectorException( const ::javax::jms::InvalidSelectorException & _rhs );
00144 
00156         XMOG_EXPLICIT InvalidSelectorException( ::xmog_base * _delegate, bool _owns_delegate = true );
00157 
00171         InvalidSelectorException( const ::javax::jms::InvalidSelectorException & _rhs, ::xmog_localenv * p_lxenv );
00172 
00186         InvalidSelectorException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00187 
00189 
00201         InvalidSelectorException( const ::java::lang::String & reason, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00202 
00214         InvalidSelectorException( const ::java::lang::String & reason, const ::java::lang::String & errorCode, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00215 
00217 
00224         ~InvalidSelectorException( );
00225 
00238         javax::jms::InvalidSelectorException operator =( const javax::jms::InvalidSelectorException & _rhs );
00239 
00254         void operator delete( void * _ptr );
00255 
00256 #       if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00272             void operator delete( void * ptr, void * loc );
00273 #       endif /* (XMOG_SUPPORTS_PLACEMENT_DELETE==1) */
00274 
00289         void * operator new( size_t _size );
00290 
00291 #       if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00309             void * operator new( size_t _size, void * _ptr );
00310 #       endif /* (XMOG_SUPPORTS_PLACEMENT_NEW==1) */
00311 
00332         static ::javax::jms::InvalidSelectorException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00333 
00347         static ::xmog_java_class * get_class( );
00348 
00357         static ::xmog_java_class * get_element_class( );
00358 
00377         virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00378 
00390         static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00392 
00393     };
00394 #endif /* xmogInc_javaxjmsInvalidSelectorException */
00395 

Generated on Fri Jun 16 10:18:57 2006 for JMS Courier for C++ by  doxygen 1.4.1