Ravel Python API Reference
A Database-Defined Network Controller
Public Member Functions | List of all members
ravel.of.PoxInstance Class Reference

A representation of a Pox process. More...

Inherits object.

Public Member Functions

def __init__
 app: the Pox application to be run
 
def is_running
 Check if this or another Pox instance is running. More...
 
def start
 Start the Pox process. More...
 
def stop
 Stop the Pox process.
 

Detailed Description

A representation of a Pox process.

Member Function Documentation

def ravel.of.PoxInstance.is_running (   cls)

Check if this or another Pox instance is running.

Returns
true if pox is running, false otherwise
def ravel.of.PoxInstance.start (   self,
  cargs = None 
)

Start the Pox process.

Parameters
cargsarguments to pass to the controller

The documentation for this class was generated from the following file: