GigaSpaces XAP 7.1 API

org.openspaces.admin.esm.deployment
Class DeploymentContext

java.lang.Object
  extended by org.openspaces.admin.esm.deployment.DeploymentContext
All Implemented Interfaces:
Serializable

public class DeploymentContext
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 void addSla(String descriptor)
           
 void addVmArgument(String arg)
           
 DeploymentIsolationLevel getDeploymentIsolationLevel()
           
 String getInitialJavaHeapSize()
           
 String getMaximumJavaHeapSize()
           
 String getMaxMemory()
           
 String getMinMemory()
           
 int getPartitions()
           
 String getSlaDescriptors()
           
 String getTenant()
           
 String getVmInputArguments()
           
 boolean hasPartitionsSet()
           
 boolean isHighlyAvailable()
           
 void setDeploymentIsolationLevel(DeploymentIsolationLevel isolationLevel)
           
 void setHighlyAvailable(boolean highlyAvailable)
           
 void setInitialJavaHeapSize(String size)
           
 void setMaximumJavaHeapSize(String size)
           
 void setMaxMemory(String maxMemory)
           
 void setMinMemory(String minMemory)
           
 void setPartitions(int numberOfPartitions)
           
 void setTenant(String tenant)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setMinMemory

public void setMinMemory(String minMemory)

setMaxMemory

public void setMaxMemory(String maxMemory)

setDeploymentIsolationLevel

public void setDeploymentIsolationLevel(DeploymentIsolationLevel isolationLevel)

isHighlyAvailable

public boolean isHighlyAvailable()

setHighlyAvailable

public void setHighlyAvailable(boolean highlyAvailable)

getDeploymentIsolationLevel

public DeploymentIsolationLevel getDeploymentIsolationLevel()

getMinMemory

public String getMinMemory()

getMaxMemory

public String getMaxMemory()

addSla

public void addSla(String descriptor)

getSlaDescriptors

public String getSlaDescriptors()

setInitialJavaHeapSize

public void setInitialJavaHeapSize(String size)

getInitialJavaHeapSize

public String getInitialJavaHeapSize()

setMaximumJavaHeapSize

public void setMaximumJavaHeapSize(String size)

getMaximumJavaHeapSize

public String getMaximumJavaHeapSize()

addVmArgument

public void addVmArgument(String arg)

getVmInputArguments

public String getVmInputArguments()

setTenant

public void setTenant(String tenant)

getTenant

public String getTenant()

setPartitions

public void setPartitions(int numberOfPartitions)

hasPartitionsSet

public boolean hasPartitionsSet()

getPartitions

public int getPartitions()

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.