Skip navigation links 
 
oracle.jdeveloper.runner.oc4j
Class Oc4jInstanceEvent
java.lang.Object
  
java.util.EventObject
      
oracle.jdeveloper.runner.oc4j.Oc4jInstanceEvent
- All Implemented Interfaces:
 
- java.io.Serializable
 
- 
public class Oc4jInstanceEvent
 
- extends java.util.EventObject
 
Event that descibes changes to an Embedded-OC4J Instance.
- See Also:
 
- Serialized Form
 
 
 
| Fields inherited from class java.util.EventObject | 
source | 
  
 
| Constructor Summary | 
Oc4jInstanceEvent(int eventId, java.net.URL serverXml, java.net.URL oracleHome, java.net.URL oc4jHome, java.net.URL oc4jConfig) 
            | 
Oc4jInstanceEvent(java.net.URL serverXml, java.net.URL oracleHome, java.net.URL oc4jHome, java.net.URL oc4jConfig) 
            | 
  
 
| Method Summary | 
 int | 
getEventId() 
            | 
 java.net.URL | 
getOc4jConfig() 
          Get the Embedded Oc4j configuration directory. | 
 oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin | 
getOc4jConfigAdmin() 
          Retrieve an Oc4jConfigAdmin object that can be used to configure this Instance without knowing about exact file locations | 
 java.net.URL | 
getOc4jHome() 
          Get the OC4J home directory. | 
 java.net.URL | 
getOracleHome() 
          Get the Oracle Home directory used by this instance. | 
 void | 
setEventId(int param) 
          Type of the event. | 
 
| Methods inherited from class java.util.EventObject | 
getSource, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
INSTANCE_CREATED
public static int INSTANCE_CREATED
INSTANCE_DELETED
public static int INSTANCE_DELETED
INSTANCE_CONFIGURED
public static int INSTANCE_CONFIGURED
Oc4jInstanceEvent
public Oc4jInstanceEvent(int eventId,
                         java.net.URL serverXml,
                         java.net.URL oracleHome,
                         java.net.URL oc4jHome,
                         java.net.URL oc4jConfig)
Oc4jInstanceEvent
public Oc4jInstanceEvent(java.net.URL serverXml,
                         java.net.URL oracleHome,
                         java.net.URL oc4jHome,
                         java.net.URL oc4jConfig)
getOracleHome
public java.net.URL getOracleHome()
- Get the Oracle Home directory used by this instance.
 
- 
- Returns:
 
 
getOc4jHome
public java.net.URL getOc4jHome()
- Get the OC4J home directory.
 
- 
- Returns:
 
 
getOc4jConfig
public java.net.URL getOc4jConfig()
- Get the Embedded Oc4j configuration directory.
 
- 
- Returns:
 
 
setEventId
public void setEventId(int param)
- Type of the event.
 
- 
- Parameters:
 
param - 
 
getEventId
public int getEventId()
getOc4jConfigAdmin
public oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin getOc4jConfigAdmin()
- Retrieve an Oc4jConfigAdmin object that can be used to configure this Instance without knowing about exact file locations
 
Skip navigation links 
 
Copyright © 1997, 2016, Oracle. All rights reserved.