Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


com.octetstring.vde.chain
Interface PluginInit


public interface PluginInit

Interface for plugin initialization parameters.


Field Summary
static java.lang.String GLOBAL_CONFIGURATION
           

 

Method Summary
 boolean containsKey(java.lang.String name)
          Determines if a key is present in the configuration
 java.lang.String get(java.lang.String name)
           
 java.lang.String getAdapterName()
           
 java.lang.String[] getInitParamNames()
           
 java.lang.String[] getVals(java.lang.String name)
           
 java.lang.String[] getValsWithTokenizer(java.lang.String name, java.lang.String tokenizer)
           

 

Field Detail

GLOBAL_CONFIGURATION

static final java.lang.String GLOBAL_CONFIGURATION
See Also:
Constant Field Values

Method Detail

get

java.lang.String get(java.lang.String name)
Parameters:
name - The name of the parameter
Returns:
Returns the value for the parameter named. If there is more then one value, then the first value is returned.

getVals

java.lang.String[] getVals(java.lang.String name)
Parameters:
name - The name of the parameter
Returns:
Returns an array of values for the named parameters

getInitParamNames

java.lang.String[] getInitParamNames()
Returns:
Returns an array of names for the initialization parameters.

containsKey

boolean containsKey(java.lang.String name)
Determines if a key is present in the configuration
Parameters:
name - The name of the configuration option to test
Returns:
boolean representing presence of key

getAdapterName

java.lang.String getAdapterName()
Returns:
Returns the name of the adapter this plugin is configured on. Returns "OctetString.GlobalServiceInterface" if the plugin is configured globally

getValsWithTokenizer

java.lang.String[] getValsWithTokenizer(java.lang.String name,
                                        java.lang.String tokenizer)
Parameters:
name - The name of the parameter
tokenizer - The tokanizer to user
Returns:
Array of strings representing all parsed instances of the named paramter using the given tokenizer.

Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Copyright © 2000-2010 Oracle and/or its affiliates. All Rights Reserved.