OdiInterface
.public class ObjTrace
extends AbstractRepositoryEntity
Modifier and Type | Class and Description |
---|---|
static class |
ObjTrace.TraceSeverity
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
Severity of trace message.
|
static class |
ObjTrace.TraceType
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
Types of trace message.
|
Constructor and Description |
---|
ObjTrace(OdiInterface pInterface)
Deprecated.
Internal use only
Creates a new trace message object for the specified interface.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getEntityClass()
Deprecated.
Returns the class associated with this trace message object.
|
java.lang.String |
getEntityName()
Deprecated.
Returns the name of the object associated with this trace message object.
|
java.io.Serializable |
getInternalId()
Deprecated.
|
OdiInterface |
getOdiInterface()
Deprecated.
Returns the interface associated with this trace message object.
|
IRepositoryEntity |
getSecurityContainer()
Deprecated.
|
java.sql.Timestamp |
getTraceDate()
Deprecated.
Returns the timestamp when this trace message object is created.
|
java.lang.String |
getTraceMessage()
Deprecated.
Returns the trace message text.
|
ObjTrace.TraceSeverity |
getTraceSeverity()
Deprecated.
Returns the severity of the trace message.
|
ObjTrace.TraceType |
getTraceType()
Deprecated.
Returns the type of the trace message.
|
java.lang.String |
toString()
Deprecated.
|
public ObjTrace(OdiInterface pInterface)
pInterface
- the interface object containing the trace object.public java.lang.Class getEntityClass()
public java.lang.String getEntityName()
public IRepositoryEntity getSecurityContainer()
public OdiInterface getOdiInterface()
public java.sql.Timestamp getTraceDate()
public java.lang.String getTraceMessage()
public ObjTrace.TraceSeverity getTraceSeverity()
public ObjTrace.TraceType getTraceType()
public java.io.Serializable getInternalId()
public java.lang.String toString()