Kodo 4.2.0. generated on July 28 2008

com.solarmetric.remote
Interface ContextFactory


public interface ContextFactory

Component used to create the context for each command based on its client id.


Method Summary
 Object getContext(Command cmd)
          Return the context for the given command based on its client id.
 

Method Detail

getContext

Object getContext(Command cmd)
                  throws Exception
Return the context for the given command based on its client id. In some implementations this method might also initialize the client id for new client notification commands.

Throws:
Exception

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.