org.snmp4j.agent.io
Class MOServerPersistence

java.lang.Object
  extended by org.snmp4j.agent.io.MOServerPersistence

public class MOServerPersistence
extends java.lang.Object


Constructor Summary
MOServerPersistence(MOServer server)
           
MOServerPersistence(MOServer[] moServers)
           
 
Method Summary
 void loadData(MOInput input)
           
 void saveData(MOOutput output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MOServerPersistence

public MOServerPersistence(MOServer server)

MOServerPersistence

public MOServerPersistence(MOServer[] moServers)
Method Detail

loadData

public void loadData(MOInput input)
              throws java.io.IOException
Throws:
java.io.IOException

saveData

public void saveData(MOOutput output)
              throws java.io.IOException
Throws:
java.io.IOException

Copyright 2005-2008 Frank Fock (SNMP4J.org)