org.infinispan.marshall.jboss.externalizers
Class RequestIgnoredResponseExternalizer

java.lang.Object
  extended by org.infinispan.marshall.jboss.externalizers.RequestIgnoredResponseExternalizer
All Implemented Interfaces:
Serializable, org.jboss.marshalling.Externalizer

Deprecated. Not needed RequestIgnoredResponseExternalizer, it's more performant adding singleton instance to ObjectTable, see RequestIgnoredResponse example in CustomObjectTable

@Deprecated
public class RequestIgnoredResponseExternalizer
extends Object
implements org.jboss.marshalling.Externalizer

Externalizes RequestIgnoredResponses

Since:
4.0
Author:
Manik Surtani
See Also:
Serialized Form

Constructor Summary
RequestIgnoredResponseExternalizer()
          Deprecated.  
 
Method Summary
 Object createExternal(Class<?> aClass, ObjectInput objectInput, org.jboss.marshalling.Creator creator)
          Deprecated.  
 void readExternal(Object o, ObjectInput objectInput)
          Deprecated.  
 void writeExternal(Object o, ObjectOutput objectOutput)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestIgnoredResponseExternalizer

public RequestIgnoredResponseExternalizer()
Deprecated. 
Method Detail

writeExternal

public void writeExternal(Object o,
                          ObjectOutput objectOutput)
                   throws IOException
Deprecated. 
Specified by:
writeExternal in interface org.jboss.marshalling.Externalizer
Throws:
IOException

createExternal

public Object createExternal(Class<?> aClass,
                             ObjectInput objectInput,
                             org.jboss.marshalling.Creator creator)
                      throws IOException,
                             ClassNotFoundException
Deprecated. 
Specified by:
createExternal in interface org.jboss.marshalling.Externalizer
Throws:
IOException
ClassNotFoundException

readExternal

public void readExternal(Object o,
                         ObjectInput objectInput)
                  throws IOException,
                         ClassNotFoundException
Deprecated. 
Specified by:
readExternal in interface org.jboss.marshalling.Externalizer
Throws:
IOException
ClassNotFoundException


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.