00001 #ifndef xmogInc_javaxjmsConnectionConsumer
00002 #define xmogInc_javaxjmsConnectionConsumer
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 javax
00014 {
00015 namespace jms
00016 {
00017 class ConnectionConsumer;
00018 class ServerSessionPool;
00019 }
00020 }
00021
00022 # include "java_lang_Object.h"
00023
00024
00025 # if (XMOG_UNDEFINE_MEM_OPERATORS==1)
00026 # if defined(new)
00027 # undef new
00028 # endif
00029 # if defined(delete)
00030 # undef delete
00031 # endif
00032 # endif
00033
00061 class JMS_DECLSPEC javax::jms::ConnectionConsumer :
00062 public virtual ::java::lang::Object
00063 {
00064 public:
00065 enum
00066 {
00067 xmogDefaultFlags = xmog_base::GLOBAL,
00068 xmogMajorVersion = 3,
00069 xmogMinorVersion = 2,
00070 xmogPatchVersion = 9,
00071 xmogBuildNumber = 2047
00072 };
00073
00074 public:
00075
00076 typedef ::xmog_java_array_template< ::javax::jms::ConnectionConsumer > array1D;
00077
00078 typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::ConnectionConsumer > > array2D;
00079
00081
00098 ConnectionConsumer( );
00099
00112 ConnectionConsumer( jobject _local, xmog_flags f_xflags );
00113
00126 ConnectionConsumer( const ::javax::jms::ConnectionConsumer & _rhs );
00127
00140 ConnectionConsumer( const ::xmog_null & _null_instance );
00141
00152 ConnectionConsumer( ::xmog_java_array * _arr, jint _index );
00153
00165 XMOG_EXPLICIT ConnectionConsumer( ::xmog_base * _delegate, bool _owns_delegate = true );
00166
00180 ConnectionConsumer( const ::javax::jms::ConnectionConsumer & _rhs, ::xmog_localenv * p_lxenv );
00181
00195 ConnectionConsumer( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00196
00203 ~ConnectionConsumer( );
00204
00217 javax::jms::ConnectionConsumer operator =( const javax::jms::ConnectionConsumer & _rhs );
00218
00233 void operator delete( void * _ptr );
00234
00235 # if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00251 void operator delete( void * ptr, void * loc );
00252 # endif
00253
00268 void * operator new( size_t _size );
00269
00270 # if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00288 void * operator new( size_t _size, void * _ptr );
00289 # endif
00290
00292
00311 virtual void close( ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00312
00314
00335 static ::javax::jms::ConnectionConsumer dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00336
00338
00350 virtual ::javax::jms::ServerSessionPool getServerSessionPool( ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00351
00353
00367 static ::xmog_java_class * get_class( );
00368
00377 static ::xmog_java_class * get_element_class( );
00378
00397 virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00399
00400 };
00401 #endif
00402