Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdeveloper.vcs.util
Class VCSThreadSafeContexts

java.lang.Object
  extended by oracle.jdeveloper.vcs.util.VCSThreadSafeContexts

public class VCSThreadSafeContexts
extends java.lang.Object

Utility class to assist with the thread-safe construction of temporary contexts.

Since:
9.0.5

Method Summary
static Context createContext()
          Deprecated. replaced by Context constructor.
static Context createContext(Context context)
          Deprecated. replaced by Context constructor.
static Context createContext(Element element)
          Deprecated. replaced by Context constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createContext

public static final Context createContext()
Deprecated. replaced by Context constructor.

Creates a default context.

Returns:
the created default context instance.

createContext

public static final Context createContext(Context context)
Deprecated. replaced by Context constructor.

Creates a copy context.

Returns:
the created copy context instance.

createContext

public static final Context createContext(Element element)
Deprecated. replaced by Context constructor.

Creates a context with the given element as the selection.

Returns:
the created element context instance.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.