com.hyper9.simdk.stubs.jaxws
Class FTManagerRegisterSecondaryVM

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

public class FTManagerRegisterSecondaryVM
extends Object


Constructor Summary
FTManagerRegisterSecondaryVM()
           
 
Method Summary
 String getCfgPath()
           
 String getHost()
           
 String getInstanceUuid()
           
 ManagedObjectReference getPrimary()
           
 ManagedObjectReference getThis()
           
 void setCfgPath(String cfgPath)
           
 void setHost(String host)
           
 void setInstanceUuid(String instanceUuid)
           
 void setPrimary(ManagedObjectReference primary)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTManagerRegisterSecondaryVM

public FTManagerRegisterSecondaryVM()
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

getInstanceUuid

public String getInstanceUuid()
Returns:
returns String

setInstanceUuid

public void setInstanceUuid(String instanceUuid)
Parameters:
instanceUuid - the value for the instanceUuid property

getCfgPath

public String getCfgPath()
Returns:
returns String

setCfgPath

public void setCfgPath(String cfgPath)
Parameters:
cfgPath - the value for the cfgPath property

getHost

public String getHost()
Returns:
returns String

setHost

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


Copyright © 2009-2010 Hyper9. All Rights Reserved.