org.jlab.coda.afecs.container
Class ContainerData

java.lang.Object
  extended by org.jlab.coda.afecs.container.ContainerData
All Implemented Interfaces:
java.io.Serializable

public class ContainerData
extends java.lang.Object
implements java.io.Serializable

JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), Feb 12, 2010

See Also:
Serialized Form

Constructor Summary
ContainerData()
           
 
Method Summary
 void addAgent(java.lang.String n)
           
 java.util.ArrayList<java.lang.String> getContainerAgents()
           
 AgentReportingTime getReportingTime()
           
 void removeAgent(java.lang.String n)
           
 void setContainerAgents(java.util.ArrayList<java.lang.String> containerAgents)
           
 void setReportingTime(AgentReportingTime reportingTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerData

public ContainerData()
Method Detail

getReportingTime

public AgentReportingTime getReportingTime()

setReportingTime

public void setReportingTime(AgentReportingTime reportingTime)

getContainerAgents

public java.util.ArrayList<java.lang.String> getContainerAgents()

setContainerAgents

public void setContainerAgents(java.util.ArrayList<java.lang.String> containerAgents)

addAgent

public void addAgent(java.lang.String n)

removeAgent

public void removeAgent(java.lang.String n)