17.01.2015 Views

View PDF - Open Networking Summit

View PDF - Open Networking Summit

View PDF - Open Networking Summit

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

How do Bundles interact <br />

• Service abstracon <br />

• Create an interface for service contract <br />

public interface ITopology { <br />

/** <br />

* Retrieves a map of all known link connec5ons between <strong>Open</strong>Flow switches <br />

* and the last 5me each link was known to be func5oning <br />

* @return <br />

*/ <br />

public Map getLinks(); <br />

} <br />

• Export an object instance that implements the <br />

interface to the service registry <br />

• Other bundles’ objects import and use services <br />

• Enables easy service extension

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!