00001 #ifndef xmogInc_javaxjmsTransactionInProgressException
00002 #define xmogInc_javaxjmsTransactionInProgressException
00003
00004 # if !defined(JMS_DECLSPEC )
00005 # if defined(_MSC_VER)
00006 # pragma message( "Relying on default definition of JMS_DECLSPEC " )
00007 # endif
00008
00009
00010 # define JMS_DECLSPEC
00011 # endif
00012
00013 namespace java
00014 {
00015 namespace lang
00016 {
00017 class String;
00018 }
00019 }
00020 namespace javax
00021 {
00022 namespace jms
00023 {
00024 class TransactionInProgressException;
00025 }
00026 }
00027
00028 # include "javax_jms_JMSException.h"
00029
00030
00031 # if (XMOG_UNDEFINE_MEM_OPERATORS==1)
00032 # if defined(new)
00033 # undef new
00034 # endif
00035 # if defined(delete)
00036 # undef delete
00037 # endif
00038 # endif
00039
00054 class JMS_DECLSPEC javax::jms::TransactionInProgressException :
00055 public ::javax::jms::JMSException
00056 {
00057 public:
00058 enum
00059 {
00060 xmogDefaultFlags = xmog_base::GLOBAL,
00061 xmogMajorVersion = 3,
00062 xmogMinorVersion = 2,
00063 xmogPatchVersion = 9,
00064 xmogBuildNumber = 2047
00065 };
00066
00067 public:
00068
00069 typedef ::xmog_java_array_template< ::javax::jms::TransactionInProgressException > array1D;
00070
00071 typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::TransactionInProgressException > > array2D;
00072
00074
00091 TransactionInProgressException( );
00092
00105 TransactionInProgressException( jobject _local, xmog_flags f_xflags );
00106
00119 TransactionInProgressException( const ::xmog_null & _null_instance );
00120
00131 TransactionInProgressException( ::xmog_java_array * _arr, jint _index );
00132
00145 TransactionInProgressException( const ::javax::jms::TransactionInProgressException & _rhs );
00146
00158 XMOG_EXPLICIT TransactionInProgressException( ::xmog_base * _delegate, bool _owns_delegate = true );
00159
00173 TransactionInProgressException( const ::javax::jms::TransactionInProgressException & _rhs, ::xmog_localenv * p_lxenv );
00174
00188 TransactionInProgressException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00189
00191
00203 TransactionInProgressException( const ::java::lang::String & reason, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00204
00216 TransactionInProgressException( const ::java::lang::String & reason, const ::java::lang::String & errorCode, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00217
00219
00226 ~TransactionInProgressException( );
00227
00240 javax::jms::TransactionInProgressException operator =( const javax::jms::TransactionInProgressException & _rhs );
00241
00256 void operator delete( void * _ptr );
00257
00258 # if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00274 void operator delete( void * ptr, void * loc );
00275 # endif
00276
00291 void * operator new( size_t _size );
00292
00293 # if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00311 void * operator new( size_t _size, void * _ptr );
00312 # endif
00313
00334 static ::javax::jms::TransactionInProgressException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00335
00349 static ::xmog_java_class * get_class( );
00350
00359 static ::xmog_java_class * get_element_class( );
00360
00379 virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00380
00392 static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00394
00395 };
00396 #endif
00397