com.hyper9.simdk.stubs.jaxws
Class FTManagerStartSecondaryOnRemoteHost

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.FTManagerStartSecondaryOnRemoteHost

public class FTManagerStartSecondaryOnRemoteHost
extends Object


Constructor Summary
FTManagerStartSecondaryOnRemoteHost()
           
 
Method Summary
 String getHost()
           
 Integer getPort()
           
 ManagedObjectReference getPrimary()
           
 String getSecondaryCfgPath()
           
 ManagedObjectReference getThis()
           
 void setHost(String host)
           
 void setPort(Integer port)
           
 void setPrimary(ManagedObjectReference primary)
           
 void setSecondaryCfgPath(String secondaryCfgPath)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTManagerStartSecondaryOnRemoteHost

public FTManagerStartSecondaryOnRemoteHost()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getPrimary

public ManagedObjectReference getPrimary()
Returns:
returns ManagedObjectReference

setPrimary

public void setPrimary(ManagedObjectReference primary)
Parameters:
primary - the value for the primary property

getSecondaryCfgPath

public String getSecondaryCfgPath()
Returns:
returns String

setSecondaryCfgPath

public void setSecondaryCfgPath(String secondaryCfgPath)
Parameters:
secondaryCfgPath - the value for the secondaryCfgPath property

getHost

public String getHost()
Returns:
returns String

setHost

public void setHost(String host)
Parameters:
host - the value for the host property

getPort

public Integer getPort()
Returns:
returns Integer

setPort

public void setPort(Integer port)
Parameters:
port - the value for the port property


Copyright © 2009-2010 Hyper9. All Rights Reserved.