Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


oracle.search.sdk.crawler
Class InstanceService

java.lang.Object
  extended by oracle.search.sdk.crawler.InstanceService


public class InstanceService
extends Object

InstanceService is used by a crawler plug-in to retrieve instance-specific information.


Field Summary
static String ORACLE_HOME
          Key of property ORACLE_HOME

 

Method Summary
static InstanceService getInstance()
          Gets an instance of InstanceService.
 String getInstanceProperty(String key)
          Gets an instance property value.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ORACLE_HOME

public static final String ORACLE_HOME
Key of property ORACLE_HOME
See Also:
Constant Field Values

Method Detail

getInstance

public static InstanceService getInstance()
Gets an instance of InstanceService.

getInstanceProperty

public String getInstanceProperty(String key)
Gets an instance property value.
Parameters:
key - - The name of the property. Supported keys are:
InstanceService.ORACLE_HOME - The ORACLE_HOME of the instance.
Returns:
The requested property value string, or null if not found.

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.