cbr.agent
Class FetchAgent

java.lang.Object
  extended byde.fhg.igd.semoa.agent.WaitingAgent
      extended bycbr.agent.FetchAgent
All Implemented Interfaces:
ActionListener, EventListener, Runnable, Serializable

public class FetchAgent
extends WaitingAgent
implements ActionListener, Runnable, Serializable

See Also:
Serialized Form

Field Summary
static String ANIM_NAME
           
private  VariablesContext context_
           
private  boolean disableFetchButton_
           
private  boolean disableReturnButton_
           
private  JFrame frame_
           
static String PROP_IMAGE_NAME
           
static String PROP_IMAGE_URL
           
static String PROP_PICTURE_PATH
           
static String PROP_RETURN_URL
           
private  JList serverList_
           
private  int state_
           
static int STATE_FETCH
           
static int STATE_INTERACTIVE
           
static int STATE_RETURN
           
private  Ticket ticket_
           
static String VICINITY
           
 
Fields inherited from class de.fhg.igd.semoa.agent.WaitingAgent
 
Constructor Summary
FetchAgent()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
private  void createGUI()
           
 void run()
          Runs the agent.
private  void showImage()
           
 
Methods inherited from class de.fhg.igd.semoa.agent.WaitingAgent
sendSignal, waitForSignal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VICINITY

public static final String VICINITY

ANIM_NAME

public static final String ANIM_NAME
See Also:
Constant Field Values

PROP_IMAGE_URL

public static final String PROP_IMAGE_URL
See Also:
Constant Field Values

PROP_IMAGE_NAME

public static final String PROP_IMAGE_NAME
See Also:
Constant Field Values

PROP_RETURN_URL

public static final String PROP_RETURN_URL
See Also:
Constant Field Values

PROP_PICTURE_PATH

public static final String PROP_PICTURE_PATH
See Also:
Constant Field Values

STATE_FETCH

public static final int STATE_FETCH
See Also:
Constant Field Values

STATE_RETURN

public static final int STATE_RETURN
See Also:
Constant Field Values

STATE_INTERACTIVE

public static final int STATE_INTERACTIVE
See Also:
Constant Field Values

state_

private int state_

frame_

private transient JFrame frame_

disableFetchButton_

private boolean disableFetchButton_

disableReturnButton_

private boolean disableReturnButton_

serverList_

private transient JList serverList_

ticket_

private transient volatile Ticket ticket_

context_

private transient VariablesContext context_
Constructor Detail

FetchAgent

public FetchAgent()
Method Detail

run

public void run()
Description copied from class: WaitingAgent
Runs the agent.

Specified by:
run in interface Runnable
Specified by:
run in class WaitingAgent

createGUI

private void createGUI()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

showImage

private void showImage()


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.