com.hyper9.simdk.stubs.mao
Class ProxyService

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

public class ProxyService
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ProxyService()
           
 
Method Summary
 List<ProxyServiceEndpointSpec> getEndpointList()
           
 Integer getHttpPort()
           
 Integer getHttpsPort()
           
 void setEndpointList(List<ProxyServiceEndpointSpec> toSet)
           
 void setHttpPort(Integer toSet)
           
 void setHttpsPort(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

ProxyService

public ProxyService()
Method Detail

getHttpsPort

public Integer getHttpsPort()

setHttpsPort

public void setHttpsPort(Integer toSet)

getHttpPort

public Integer getHttpPort()

setHttpPort

public void setHttpPort(Integer toSet)

getEndpointList

public List<ProxyServiceEndpointSpec> getEndpointList()

setEndpointList

public void setEndpointList(List<ProxyServiceEndpointSpec> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.