Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.5.0)

E10663-05


oracle.rules.rl.trace
Class TraceEntry

java.lang.Object
  extended by oracle.rules.rl.trace.TraceEntry

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActivationData, FactTrace, ResetTrace, RuleCompilationTrace, RulesetStackTrace

public class TraceEntry
extends java.lang.Object
implements java.io.Serializable

Java class for trace-entry complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="trace_entry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="in_rule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
TraceEntry()
           

 

Method Summary
 java.lang.String getInRule()
          Gets the value of the inRule property.
 long getTimestamp()
          Gets the value of the timestamp property.
 void setInRule(java.lang.String value)
          Sets the value of the inRule property.
 void setTimestamp(long value)
          Sets the value of the timestamp property.

 

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

 

Constructor Detail

TraceEntry

public TraceEntry()

Method Detail

getTimestamp

public long getTimestamp()
Gets the value of the timestamp property.

setTimestamp

public void setTimestamp(long value)
Sets the value of the timestamp property.

getInRule

public java.lang.String getInRule()
Gets the value of the inRule property.
Returns:
possible object is String

setInRule

public void setInRule(java.lang.String value)
Sets the value of the inRule property.
Parameters:
value - allowed object is String

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.5.0)

E10663-05


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