nx_cloud_storage_sdk  1.0
Cloud Storage SDK
Public Types | Public Member Functions | Static Public Member Functions | List of all members
nx::sdk::IPluginDiagnosticEvent Class Referenceabstract

#include <i_plugin_diagnostic_event.h>

Inheritance diagram for nx::sdk::IPluginDiagnosticEvent:
nx::sdk::Interface< IPluginDiagnosticEvent > nx::sdk::IRefCountable nx::sdk::RefCountable< IPluginDiagnosticEvent > nx::sdk::PluginDiagnosticEvent

Public Types

enum  Level { info, warning, error }
 

Public Member Functions

virtual Level level () const =0
 
virtual const char * caption () const =0
 
virtual const char * description () const =0
 
- Public Member Functions inherited from nx::sdk::Interface< IPluginDiagnosticEvent >
virtual IRefCountablequeryInterface (const InterfaceId *id)
 
Ptr< InterfacequeryInterface ()
 
Ptr< const InterfacequeryInterface () const
 
- Public Member Functions inherited from nx::sdk::IRefCountable
virtual ~IRefCountable ()=default
 
template<class Interface >
Ptr< InterfacequeryInterface ()
 
template<class Interface >
Ptr< const InterfacequeryInterface () const
 
virtual int addRef () const =0
 
virtual int releaseRef () const =0
 
int refCountThreadUnsafe () const
 

Static Public Member Functions

static auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::IRefCountable
static auto interfaceId ()
 

Additional Inherited Members

- Protected Member Functions inherited from nx::sdk::Interface< IPluginDiagnosticEvent >
virtual IRefCountablequeryInterface (const IRefCountable::InterfaceId *id) override
 
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 
- Static Protected Member Functions inherited from nx::sdk::IRefCountable
template<int len>
static constexpr const InterfaceIdmakeId (const char(&charArray)[len])
 
template<class TemplateInstance , class TemplateArg , int len>
static const InterfaceIdmakeIdForTemplate (const char(&baseIdCharArray)[len])
 

Detailed Description

VMS Event which can be triggered by a Plugin to inform the System about some issue or status change.


The documentation for this class was generated from the following file: