Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.runner.oc4j
Interface Oc4jInstanceConfigurator


public interface Oc4jInstanceConfigurator

Interface to participate in the configuration of an Embedded-Oc4j config file.


Method Summary
 void configure(Node node, Oc4jInstanceEvent event)
          Configure a node that points to a file in the Embedded-Oc4j config directory.

 

Method Detail

configure

void configure(Node node,
               Oc4jInstanceEvent event)
Configure a node that points to a file in the Embedded-Oc4j config directory. The node will automatically be saved if its dirty after all configurators have finished executing.
Parameters:
node -
event - last event after which this configuration was called, usually this will be the Oc4jInstanceEvent.INSTANCE_CREATED event.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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