com.hack23.cia.service.impl.control.agent.sweden.api
Interface AgentOperationRunnable

Package class diagram package AgentOperationRunnable
All Superinterfaces:
Runnable
All Known Subinterfaces:
GenericDataAgentOperation<DATA>
All Known Implementing Classes:
AbstractGovernmentAgentOperation, AbstractParliamentAgentOperation, BallotAgentOperation, CommitteeAgentOperation, CommitteeReportAgentOperation, ElectionAgentOperation, ParliamentMemberAgentOperation, ParliamentYearAgentOperation, PoliticalPartyAgentOperation

public interface AgentOperationRunnable
extends Runnable

The Interface AgentOperationRunnable.


Method Summary
Modifier and Type Method and Description
 String getAgentName()
          Gets the agent name.
 String getAgentOperativeCode()
          Gets the agent operative code.
 void reportAvailable()
          Report available.
 void reportStarted()
          Report started.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getAgentName

String getAgentName()
Gets the agent name.

Returns:
the agent name

getAgentOperativeCode

String getAgentOperativeCode()
Gets the agent operative code.

Returns:
the agent operative code

reportAvailable

void reportAvailable()
Report available.


reportStarted

void reportStarted()
Report started.



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.