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

javax_jms_TemporaryQueue.h

00001 #ifndef xmogInc_javaxjmsTemporaryQueue
00002 #define xmogInc_javaxjmsTemporaryQueue
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 javax
00014     {
00015         namespace jms
00016         {
00017             class TemporaryQueue;
00018         }
00019     }
00020 
00021 #   include "javax_jms_Queue.h"
00022 
00023     // work around MFC definitions of 'new' and 'delete' that cause compilation errors
00024 #   if (XMOG_UNDEFINE_MEM_OPERATORS==1)
00025 #       if defined(new)
00026 #           undef new
00027 #       endif /* defined(new) */
00028 #       if defined(delete)
00029 #           undef delete
00030 #       endif /* defined(delete) */
00031 #   endif /* (XMOG_UNDEFINE_MEM_OPERATORS==1) */
00032 
00057     class JMS_DECLSPEC javax::jms::TemporaryQueue : 
00058         public virtual ::javax::jms::Queue
00059     {
00060     public:
00061         enum 
00062         {
00063             xmogDefaultFlags = xmog_base::GLOBAL,
00064             xmogMajorVersion = 3,
00065             xmogMinorVersion = 2,
00066             xmogPatchVersion = 9,
00067             xmogBuildNumber = 2047
00068         };
00069 
00070     public:
00071 
00072         typedef ::xmog_java_array_template< ::javax::jms::TemporaryQueue > array1D;
00073 
00074         typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::TemporaryQueue > > array2D;
00075 
00077 
00094         TemporaryQueue( );
00095 
00108         TemporaryQueue( const ::javax::jms::TemporaryQueue & _rhs );
00109 
00122         TemporaryQueue( jobject _local, xmog_flags f_xflags );
00123 
00136         TemporaryQueue( const ::xmog_null & _null_instance );
00137 
00148         TemporaryQueue( ::xmog_java_array * _arr, jint _index );
00149 
00161         XMOG_EXPLICIT TemporaryQueue( ::xmog_base * _delegate, bool _owns_delegate = true );
00162 
00176         TemporaryQueue( const ::javax::jms::TemporaryQueue & _rhs, ::xmog_localenv * p_lxenv );
00177 
00191         TemporaryQueue( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00192 
00199         ~TemporaryQueue( );
00200 
00213         javax::jms::TemporaryQueue operator =( const javax::jms::TemporaryQueue & _rhs );
00214 
00229         void operator delete( void * _ptr );
00230 
00231 #       if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00247             void operator delete( void * ptr, void * loc );
00248 #       endif /* (XMOG_SUPPORTS_PLACEMENT_DELETE==1) */
00249 
00264         void * operator new( size_t _size );
00265 
00266 #       if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00284             void * operator new( size_t _size, void * _ptr );
00285 #       endif /* (XMOG_SUPPORTS_PLACEMENT_NEW==1) */
00286 
00288 
00302         virtual void _delete( ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00303 
00305 
00326         static ::javax::jms::TemporaryQueue dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00327 
00341         static ::xmog_java_class * get_class( );
00342 
00351         static ::xmog_java_class * get_element_class( );
00352 
00371         virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00373 
00374     };
00375 #endif /* xmogInc_javaxjmsTemporaryQueue */
00376 

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