Public Member Functions | Static Public Member Functions | Static Public Attributes

alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler Class Reference

List of all members.

Public Member Functions

 LOG_NC_EventReceive_NoHandler (Logger logger)
 LOG_NC_EventReceive_NoHandler (Logger logger, String array, String antenna)
void setArray (String array)
void setAntenna (String antenna)
String getArray ()
String getAntenna ()
void log ()
void setChannelName (String value)
void setService (String value)
void setEventName (String value)

Static Public Member Functions

static void log (Logger logger, String ChannelName, String Service, String EventName)

Static Public Attributes

static final AcsLogLevel level = AcsLogLevel.DEBUG

Detailed Description

Generated class that produces a type-safe log message, as configured in AcsNCTraceLog.xml.

The description for this log is: An event was properly received, but no registered receiver was found, thus ACS will ignore this event. NC libs must carefully check whether event type filtering should be done in the NotifyService (then this is serious) or in the subscriber libraries (then this is normal), and adjust log level or use repeat guards accordingly.
The description for this group of logs is: ACS uses these messages to log notification service related activities such as creating channels, subscribing to a channel etc.


Constructor & Destructor Documentation

alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.LOG_NC_EventReceive_NoHandler ( Logger  logger  ) 
alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.LOG_NC_EventReceive_NoHandler ( Logger  logger,
String  array,
String  antenna 
)

Member Function Documentation

String alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.getAntenna (  ) 
String alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.getArray (  ) 
static void alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.log ( Logger  logger,
String  ChannelName,
String  Service,
String  EventName 
) [static]
void alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.log (  ) 

Logs the message through the Logger supplied in the constructor, with the configured log level.

void alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.setAntenna ( String  antenna  ) 
void alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.setArray ( String  array  ) 
void alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.setChannelName ( String  value  ) 

Sets log parameter ChannelName.

Parameters:
ChannelName Name of the channel subscribed to.

Referenced by alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.log().

void alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.setEventName ( String  value  ) 

Sets log parameter EventName.

Parameters:
EventName Name of the processed event.

Referenced by alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.log().

void alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.setService ( String  value  ) 

Sets log parameter Service.

Parameters:
Service Name or ID of the notification service that hosts the channel.

Referenced by alma.AcsNCTraceLog.LOG_NC_EventReceive_NoHandler.log().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties