|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.util.NotSerializable
public class NotSerializable
This class is used to transport information about non-serializable Objects. Used by debugger.
Method Summary | |
---|---|
static Attribute |
convertAttribute(Attribute a)
Converts the values in the attribute to a serializable representation if needed. |
static Entry |
convertEntry(Entry e)
Checks if entry is of type Entry and traverses all attributes and values to see if any of them are not serializable. |
static java.lang.Object |
convertObject(java.lang.Object value)
Converts an object to a serializable representation if needed. |
java.lang.String |
getClassName()
|
java.lang.String |
getReason()
|
java.lang.String |
getValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getClassName()
public java.lang.String getValue()
public java.lang.String getReason()
public java.lang.String toString()
toString
in class java.lang.Object
public static Entry convertEntry(Entry e)
e
- The entry object to convert
public static Attribute convertAttribute(Attribute a)
a
- The attribute to convert
public static java.lang.Object convertObject(java.lang.Object value)
value
- Object to convert.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |