NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer.sync.command
Class BrowserOpenWindowCommandPeer

java.lang.Object
  extended by nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
      extended by nextapp.echo.webcontainer.sync.command.BrowserOpenWindowCommandPeer
All Implemented Interfaces:
CommandSynchronizePeer

public class BrowserOpenWindowCommandPeer
extends AbstractCommandSynchronizePeer

Synchronization peer for BrowserOpenWindowCommand.


Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
AbstractCommandSynchronizePeer.IndexedPropertyPeer, AbstractCommandSynchronizePeer.PropertyPeer
 
Constructor Summary
BrowserOpenWindowCommandPeer()
          Default constructor.
 
Method Summary
 java.lang.Class getCommandClass()
          Returns the Class of Command supported by this peer.
 void init(nextapp.echo.app.util.Context context)
          Initializes the peer.
 
Methods inherited from class nextapp.echo.webcontainer.AbstractCommandSynchronizePeer
addProperty, addProperty, addProperty, getClientCommandType, getProperty, getPropertyIndices, getPropertyNames, isPropertyIndexed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserOpenWindowCommandPeer

public BrowserOpenWindowCommandPeer()
Default constructor.

Method Detail

getCommandClass

public java.lang.Class getCommandClass()
Description copied from interface: CommandSynchronizePeer
Returns the Class of Command supported by this peer.

Returns:
the Class
See Also:
CommandSynchronizePeer.getCommandClass()

init

public void init(nextapp.echo.app.util.Context context)
Description copied from interface: CommandSynchronizePeer
Initializes the peer. This method will be invoked prior to rendering a specific Command for the first time.

Specified by:
init in interface CommandSynchronizePeer
Overrides:
init in class AbstractCommandSynchronizePeer
Parameters:
context - the relevant Context, provides standard contextual information described in class description, in addition to the following:
  • ServerMessage
See Also:
AbstractCommandSynchronizePeer.init(nextapp.echo.app.util.Context)

NextApp Echo3
v3.0.b4