ApplicationState

class tomcatmanager.models.ApplicationState

An enumeration of the various tomcat application states

RUNNING = 'running'
STOPPED = 'stopped'
parse = <bound method ApplicationState.parse of <enum 'ApplicationState'>>