|
|||||||||||
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 Object |
convertObject(Object value)
Converts an object to a serializable representation if needed. |
String |
getClassName()
|
String |
getReason()
|
String |
getValue()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getClassName()
public String getValue()
public String getReason()
public String toString()
toString
in class 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 Object convertObject(Object value)
value
- Object to convert.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |