IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 1.4.2 ]  [ 5.0 ]  [ 6.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM 2 Platform Std. Ed. v1.6.0

org.omg.CORBA
Interface CTX_RESTRICT_SCOPE


public interface CTX_RESTRICT_SCOPE

A flag that can be used as the second parameter to the method Context.get_values to restrict the search scope. When this flag is used, it restricts the search for context values to this particular Context object or to the scope specified in the first parameter to Context.get_values.

Usage:

     NVList props = myContext.get_values("_USER",
                     CTX_RESTRICT_SCOPE.value, "id*");
 

Since:
JDK1.2
See Also:
Context.get_values(String, int, String)

Field Summary
static int value
          The field containing the int value of a CTX_RESTRICT_SCOPE flag.
 

Field Detail

value

static final int value
The field containing the int value of a CTX_RESTRICT_SCOPE flag.

See Also:
Constant Field Values

Copyright 2003 Sun Microsystems, Inc. All rights reserved