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

E13403-08

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.

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

E13403-08

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