com.hack23.cia.service.impl.control.agent.sweden.impl.operations.data
Class PoliticalPartyAgentOperation

Package class diagram package PoliticalPartyAgentOperation
java.lang.Object
  extended by com.hack23.cia.service.impl.control.agent.sweden.impl.operations.common.AbstractParliamentAgentOperation<DATA>
      extended by com.hack23.cia.service.impl.control.agent.sweden.impl.operations.data.PoliticalPartyAgentOperation
All Implemented Interfaces:
AgentOperationRunnable, GenericDataAgentOperation<PoliticalPartyData>, Runnable

public class PoliticalPartyAgentOperation
extends AbstractParliamentAgentOperation<DATA>

The Class PoliticalPartyAgentOperation.


Constructor Summary
Constructor and Description
PoliticalPartyAgentOperation(boolean disabled, PoliticalPartyAgentSupportService agentSupportService, String agentName, String agentOperativeCode, PoliticalPartyAgent politicalPartyAgent)
          Instantiates a new political party agent operation.
 
Method Summary
Modifier and Type Method and Description
 void executeOperation()
          Execute operation.
 
Methods inherited from class com.hack23.cia.service.impl.control.agent.sweden.impl.operations.common.AbstractParliamentAgentOperation
getAgentName, getAgentOperativeCode, getAgentSupportService, getLogger, reportAvailable, reportStarted, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoliticalPartyAgentOperation

public PoliticalPartyAgentOperation(boolean disabled,
                                    PoliticalPartyAgentSupportService agentSupportService,
                                    String agentName,
                                    String agentOperativeCode,
                                    PoliticalPartyAgent politicalPartyAgent)
Instantiates a new political party agent operation.

Parameters:
disabled - the disabled
agentSupportService - the agent support service
agentName - the agent name
agentOperativeCode - the agent operative code
politicalPartyAgent - the political party agent
Method Detail

executeOperation

public final void executeOperation()
Description copied from class: AbstractParliamentAgentOperation
Execute operation.

Specified by:
executeOperation in class AbstractParliamentAgentOperation<PoliticalPartyData>


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