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

javax_jms_MessageNotWriteableException.h

00001 #ifndef xmogInc_javaxjmsMessageNotWriteableException
00002 #define xmogInc_javaxjmsMessageNotWriteableException
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 MessageNotWriteableException;
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 
00051     class JMS_DECLSPEC javax::jms::MessageNotWriteableException : 
00052         public ::javax::jms::JMSException
00053     {
00054     public:
00055         enum 
00056         {
00057             xmogDefaultFlags = xmog_base::GLOBAL,
00058             xmogMajorVersion = 3,
00059             xmogMinorVersion = 2,
00060             xmogPatchVersion = 9,
00061             xmogBuildNumber = 2047
00062         };
00063 
00064     public:
00065 
00066         typedef ::xmog_java_array_template< ::javax::jms::MessageNotWriteableException > array1D;
00067 
00068         typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::MessageNotWriteableException > > array2D;
00069 
00071 
00088         MessageNotWriteableException( );
00089 
00102         MessageNotWriteableException( jobject _local, xmog_flags f_xflags );
00103 
00116         MessageNotWriteableException( const ::xmog_null & _null_instance );
00117 
00128         MessageNotWriteableException( ::xmog_java_array * _arr, jint _index );
00129 
00142         MessageNotWriteableException( const ::javax::jms::MessageNotWriteableException & _rhs );
00143 
00155         XMOG_EXPLICIT MessageNotWriteableException( ::xmog_base * _delegate, bool _owns_delegate = true );
00156 
00170         MessageNotWriteableException( const ::javax::jms::MessageNotWriteableException & _rhs, ::xmog_localenv * p_lxenv );
00171 
00185         MessageNotWriteableException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00186 
00188 
00200         MessageNotWriteableException( const ::java::lang::String & reason, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00201 
00213         MessageNotWriteableException( const ::java::lang::String & reason, const ::java::lang::String & errorCode, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00214 
00216 
00223         ~MessageNotWriteableException( );
00224 
00237         javax::jms::MessageNotWriteableException operator =( const javax::jms::MessageNotWriteableException & _rhs );
00238 
00253         void operator delete( void * _ptr );
00254 
00255 #       if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00271             void operator delete( void * ptr, void * loc );
00272 #       endif /* (XMOG_SUPPORTS_PLACEMENT_DELETE==1) */
00273 
00288         void * operator new( size_t _size );
00289 
00290 #       if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00308             void * operator new( size_t _size, void * _ptr );
00309 #       endif /* (XMOG_SUPPORTS_PLACEMENT_NEW==1) */
00310 
00331         static ::javax::jms::MessageNotWriteableException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00332 
00346         static ::xmog_java_class * get_class( );
00347 
00356         static ::xmog_java_class * get_element_class( );
00357 
00376         virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00377 
00389         static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00391 
00392     };
00393 #endif /* xmogInc_javaxjmsMessageNotWriteableException */
00394 

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