Neokernel API

EmailReporter Fields

The fields of the EmailReporter class are listed below. For a complete list of EmailReporter class members, see the EmailReporter Members topic.

Protected Static Fields

DEBUG_AFTER
DEBUG_BEFORE
ERROR_AFTER
ERROR_BEFORE
PRINTLN_AFTER
PRINTLN_BEFORE
SDF
WARNING_AFTER
WARNING_BEFORE

Protected Instance Fields

agent_id (inherited from Agent) This is where the agent_id is cached for use by the toString method.
agentControllerObj (inherited from Agent) This is a reference to the AgentController assigned to this agent.
debugReporter (inherited from Agent) This is a reference to the Reporter assigned to this agent for debug output. If this field is null (Nothing in Visual Basic) the debug method will be ignored.
defaultReporter
errorReporter (inherited from Agent) This is a reference to the Reporter assigned to this agent for error output. If this field is null, (Nothing in Visual Basic), the error methods will be ignored.
history
printlnReporter (inherited from Agent) This is a reference to the Reporter assigned to this agent for println output. If this field is null (Nothing in Visual Basic) the println method will be ignored.
recipients
reply_to
schedule_internal_field (inherited from ScheduledAgent)
send_debug
send_error
send_println
send_warning
synchObject
warningReporter (inherited from Agent) This is a reference to the Reporter assigned to this agent for warning output. If this field is null (Nothing in Visual Basic) the warning methods will be ignored.

See Also

EmailReporter Class | com.neokernel.email Namespace