jhomenet.server.hw.driver
Interface ContainerWrapper<C>

All Known Implementing Classes:
OneWireContainerImpl

public interface ContainerWrapper<C>

Used to wrap an underlying container implementaion into a IContainer interface object.
Id: $Id: $

Author:
dirwin

Method Summary
 C getContainerImplementation()
          Get a reference to the actual container implementation.
 

Method Detail

getContainerImplementation

C getContainerImplementation()
Get a reference to the actual container implementation.

Returns:
A reference to the actual container implementation


Copyright © 2004-2007 David Irwin. All Rights Reserved.