org.opennms.web.admin.nodeManagement
Class ManagedInterface
java.lang.Object
org.opennms.web.admin.nodeManagement.ManagedInterface
public class ManagedInterface
- extends Object
A servlet that stores interface information
- Author:
- Jason Johns , OpenNMS
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
address
protected String address
services
protected List<ManagedService> services
status
protected String status
nodeid
protected int nodeid
ManagedInterface
public ManagedInterface()
addService
public void addService(ManagedService newService)
setAddress
public void setAddress(String newAddress)
getAddress
public String getAddress()
getServices
public List<ManagedService> getServices()
getServiceCount
public int getServiceCount()
setNodeid
public void setNodeid(int id)
getNodeid
public int getNodeid()
setStatus
public void setStatus(String newStatus)
getStatus
public String getStatus()
Copyright © 2009. All Rights Reserved.