com.hyper9.simdk.stubs.mao
Class EventManager

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.EventManager
All Implemented Interfaces:
Serializable

public class EventManager
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
EventManager()
           
 
Method Summary
 EventDescription getDescription()
           
 Event getLatestEvent()
           
 Integer getMaxCollector()
           
 void setDescription(EventDescription toSet)
           
 void setLatestEvent(Event toSet)
           
 void setMaxCollector(Integer toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventManager

public EventManager()
Method Detail

getDescription

public EventDescription getDescription()

setDescription

public void setDescription(EventDescription toSet)

getLatestEvent

public Event getLatestEvent()

setLatestEvent

public void setLatestEvent(Event toSet)

getMaxCollector

public Integer getMaxCollector()

setMaxCollector

public void setMaxCollector(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.