org.jlab.coda.afecs.container
Class ContainerData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerData
public ContainerData()
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)