net.rim.device.api.command
Class ExecutionContextEnum

java.lang.Object
  extended by net.rim.device.api.command.ExecutionContextEnum

public class ExecutionContextEnum
extends Object

CommandHandler execution contexts.

See Also:
CommandMetadata.setExecutionContext()
Since:
BlackBerry API 6.0.0

Field Summary
static ExecutionContextEnum IN_PROXY_PROCESS
          Indicates that when a command is executed it should be executed in the Invocation API proxy process.
static ExecutionContextEnum IN_REGISTERING_PROCESS
          Indicates that when a command is executed it should be executed in the process that registered the command.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Field Detail

IN_REGISTERING_PROCESS

public static final ExecutionContextEnum IN_REGISTERING_PROCESS
Indicates that when a command is executed it should be executed in the process that registered the command.

Since:
BlackBerry API 6.0.0

IN_PROXY_PROCESS

public static final ExecutionContextEnum IN_PROXY_PROCESS
Indicates that when a command is executed it should be executed in the Invocation API proxy process.

Since:
BlackBerry API 6.0.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal