Uses of Class
com.blackledge.david.tivo.hmoclient.Container

Packages that use Container
com.blackledge.david.tivo.hmoclient The HMOClient package is designed to encapsulize interaction from Java with an HMO server such as a Tivo (containing Video items) or another computer serving images and music.
Video items are not documented in the HMO specification but have been implemented by observation of results.
Example of processing against a TiVo: 
com.blackledge.david.tivo.nowplaying   
 

Uses of Container in com.blackledge.david.tivo.hmoclient
 

Methods in com.blackledge.david.tivo.hmoclient that return Container
 Container ContainerRequest.execute(long startOffset, long numItems)
           
 Container ContainerRequest.execute(long startOffset, long numItems, Item startItem)
          Hopefully you can ignore the startItem and just specify the numeric position (1-based) you want the list to start at.
 Container Container.nextPage()
           
 Container Container.requestItems(long startOffset, long numItems)
           
 Container Container.requestItems(long startOffset, long numItems, Item startItem)
           
 

Uses of Container in com.blackledge.david.tivo.nowplaying
 

Methods in com.blackledge.david.tivo.nowplaying that return Container
 Container NowPlayingList.getContainer()
           
 

Methods in com.blackledge.david.tivo.nowplaying with parameters of type Container
 void NowPlayingList.setContainer(Container container)
          Set the Container for the displayed page of the NowPlayingList.