com.hyper9.simdk.stubs.mao
Class ExtensionManager

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.ExtensionManager
All Implemented Interfaces:
Serializable

public class ExtensionManager
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ExtensionManager()
           
 
Method Summary
 List<Extension> getExtensionList()
           
 String getPublicKey()
           
 void setExtensionList(List<Extension> toSet)
           
 void setPublicKey(String 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

ExtensionManager

public ExtensionManager()
Method Detail

getPublicKey

public String getPublicKey()

setPublicKey

public void setPublicKey(String toSet)

getExtensionList

public List<Extension> getExtensionList()

setExtensionList

public void setExtensionList(List<Extension> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.