Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
public CartridgeInfo getCartridgeInfo(String cartridgeType) throws UnregisteredCartridgeException;
Method description 

Calling this method will return information on the given cartridge if present, otherwise this will return a null value.   

...

Code Block
languagejava
public boolean terminateAllInstances(String domainName, String subDomainName);
Method

...

description  

Calling this method will result in the termination of all instances belonging to the provided service domain and sub-domain. 

...

Code Block
languagejava
public boolean terminateInstance(String domainName, String subDomainName);
Method description 

Calling this method results in the termination of an instance belonging to the provided service domain and sub-domain .

...

Code Block
languagejava
public boolean terminateLastlySpawnedInstance(String domainName, String subDomainName);
Method description  

Calling this method will result in the termination of the lastly spawned instance that belongs to the service domain and sub-domain provided .

...

Code Block
languagejava
 public boolean unregisterService(String domain, String subDomain) throws UnregisteredServiceException;
Method description  

Calling this method will result in deregistering the service cluster that is represented by the mentioned domain and sub-domain   . 

...