Groovy Documentation

utils.gate.cow.sventon
Interface CowSventonJMXControllerMBean


interface CowSventonJMXControllerMBean

Simple management interface for CoW to control Sventon.


Method Summary
boolean ping()

Check whether the sventon management MBean is available.

void reInit()

Reinitialize sventon.

void removeAllRepositories()

Remove all known repositories from sventon.

 

Method Detail

ping

public boolean ping()
Check whether the sventon management MBean is available. Will either return true or throw an exception, which should be caught by the caller.


reInit

public void reInit()
Reinitialize sventon.


removeAllRepositories

public void removeAllRepositories()
Remove all known repositories from sventon.


 

Groovy Documentation