JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling
Class TraceInformation.IncompleteObjectInfo

java.lang.Object
  extended by org.jboss.marshalling.TraceInformation.Info
      extended by org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
All Implemented Interfaces:
Serializable
Enclosing class:
TraceInformation

public static final class TraceInformation.IncompleteObjectInfo
extends TraceInformation.Info
implements Serializable

Information about an incomplete object being unmarshalled.

See Also:
Serialized Form

Constructor Summary
TraceInformation.IncompleteObjectInfo(TraceInformation.Info cause, String targetClassName)
           
 
Method Summary
 String getTargetClassName()
           
protected  void toString(StringBuilder builder)
           
 
Methods inherited from class org.jboss.marshalling.TraceInformation.Info
getCause, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TraceInformation.IncompleteObjectInfo

public TraceInformation.IncompleteObjectInfo(TraceInformation.Info cause,
                                             String targetClassName)
Method Detail

getTargetClassName

public String getTargetClassName()

toString

protected void toString(StringBuilder builder)
Overrides:
toString in class TraceInformation.Info

JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.