00001 #ifndef xmogInc_javaxjmsIllegalStateException
00002 #define xmogInc_javaxjmsIllegalStateException
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 IllegalStateException;
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
00058 class JMS_DECLSPEC javax::jms::IllegalStateException :
00059 public ::javax::jms::JMSException
00060 {
00061 public:
00062 enum
00063 {
00064 xmogDefaultFlags = xmog_base::GLOBAL,
00065 xmogMajorVersion = 3,
00066 xmogMinorVersion = 2,
00067 xmogPatchVersion = 9,
00068 xmogBuildNumber = 2047
00069 };
00070
00071 public:
00072
00073 typedef ::xmog_java_array_template< ::javax::jms::IllegalStateException > array1D;
00074
00075 typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::IllegalStateException > > array2D;
00076
00078
00095 IllegalStateException( );
00096
00109 IllegalStateException( jobject _local, xmog_flags f_xflags );
00110
00123 IllegalStateException( const ::xmog_null & _null_instance );
00124
00137 IllegalStateException( const ::javax::jms::IllegalStateException & _rhs );
00138
00149 IllegalStateException( ::xmog_java_array * _arr, jint _index );
00150
00162 XMOG_EXPLICIT IllegalStateException( ::xmog_base * _delegate, bool _owns_delegate = true );
00163
00177 IllegalStateException( const ::javax::jms::IllegalStateException & _rhs, ::xmog_localenv * p_lxenv );
00178
00192 IllegalStateException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00193
00195
00207 IllegalStateException( const ::java::lang::String & reason, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00208
00220 IllegalStateException( const ::java::lang::String & reason, const ::java::lang::String & errorCode, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00221
00223
00230 ~IllegalStateException( );
00231
00244 javax::jms::IllegalStateException operator =( const javax::jms::IllegalStateException & _rhs );
00245
00260 void operator delete( void * _ptr );
00261
00262 # if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00278 void operator delete( void * ptr, void * loc );
00279 # endif
00280
00295 void * operator new( size_t _size );
00296
00297 # if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00315 void * operator new( size_t _size, void * _ptr );
00316 # endif
00317
00338 static ::javax::jms::IllegalStateException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00339
00353 static ::xmog_java_class * get_class( );
00354
00363 static ::xmog_java_class * get_element_class( );
00364
00383 virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00384
00396 static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00398
00399 };
00400 #endif
00401