Module PauWareTwo

Interface Manageable

All Superinterfaces:
Manageable_base
All Known Implementing Classes:
AbstractStateMachine, StateMachine

public interface Manageable
extends Manageable_base
This interface is a management utility, which can be implemented by a software component so that it can be accessed by means of Java Management eXtensions (JMX) in particular.

Compatibility: Java 9.

Since:
1.0
  • Method Summary

    Modifier and Type Method Description
    void to_state​(java.lang.String name)
    This method forces a software component to move to a given state, thus forcing its orthogonal states and superstates to be also active.

    Methods inherited from interface com.pauware.pauware_engine.Core.Manageable_base

    async_current_state, current_state, in_state, name, verbose