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

alma.AcsNCTraceLog.LOG_NC_SupplierProxyCreation_OK Class Reference

List of all members.

Public Member Functions

 LOG_NC_SupplierProxyCreation_OK (Logger logger)
 LOG_NC_SupplierProxyCreation_OK (Logger logger, String array, String antenna)
void setArray (String array)
void setAntenna (String antenna)
String getArray ()
String getAntenna ()
void log ()
void setSupplierProxyId (Long value)
void setClientName (String value)
void setChannelName (String value)
void setService (String value)

Static Public Member Functions

static void log (Logger logger, long SupplierProxyId, String ClientName, String ChannelName, String Service)

Static Public Attributes

static final AcsLogLevel level = AcsLogLevel.TRACE

Detailed Description

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

The description for this log is: Successfully created a notification channel supplier proxy object, on behalf of the NC subscriber identified by 'ClientName'.
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_SupplierProxyCreation_OK.LOG_NC_SupplierProxyCreation_OK ( Logger  logger  ) 
alma.AcsNCTraceLog.LOG_NC_SupplierProxyCreation_OK.LOG_NC_SupplierProxyCreation_OK ( Logger  logger,
String  array,
String  antenna 
)

Member Function Documentation

String alma.AcsNCTraceLog.LOG_NC_SupplierProxyCreation_OK.getAntenna (  ) 
String alma.AcsNCTraceLog.LOG_NC_SupplierProxyCreation_OK.getArray (  ) 
static void alma.AcsNCTraceLog.LOG_NC_SupplierProxyCreation_OK.log ( Logger  logger,
long  SupplierProxyId,
String  ClientName,
String  ChannelName,
String  Service 
) [static]
void alma.AcsNCTraceLog.LOG_NC_SupplierProxyCreation_OK.log (  ) 

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

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

Sets log parameter ChannelName.

Parameters:
ChannelName Name of the channel for which the supplier proxy was created.

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

void alma.AcsNCTraceLog.LOG_NC_SupplierProxyCreation_OK.setClientName ( String  value  ) 

Sets log parameter ClientName.

Parameters:
ClientName Name of the subscribing client that created the supplier proxy.

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

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

Sets log parameter Service.

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

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

void alma.AcsNCTraceLog.LOG_NC_SupplierProxyCreation_OK.setSupplierProxyId ( Long  value  ) 

Sets log parameter SupplierProxyId.

Parameters:
SupplierProxyId ID of the supplier proxy object that was created.

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


Member Data Documentation


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