flux.audittrail.server
Interface AgentRestartEvent

All Superinterfaces:
AbstractAuditTrailEvent

public interface AgentRestartEvent
extends AbstractAuditTrailEvent

Logged to the audit trail when an agent is restarted using the new agent configuration.

Author:
Copyright 2014 Flux Corporation. All rights reserved.
See Also:
Agent.restart(flux.agent.AgentConfiguration)

Method Summary
 java.lang.String getAgentName()
          Returns the name of the agent that generated this audit trail event.
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 

Method Detail

getAgentName

java.lang.String getAgentName()
Returns the name of the agent that generated this audit trail event.

Returns:
The name of the agent that generated this audit trail event.


© 2014 Flux Corporation. All rights reserved.