org.jboss.invocation.pooled.interfaces
Class CompatibilityVersion

java.lang.Object
  extended by org.jboss.invocation.pooled.interfaces.CompatibilityVersion

public class CompatibilityVersion
extends Object

PooledInvokers had a change on its serialization at JBoss 4.0.4. If you need to use the old protocol, just define a System property

org.jboss.invocation.pooled.Legacy
, and PooledInvokers are going to use the old binary protocol.

Author:
Clebert Suconic

Field Summary
static boolean pooledInvokerLegacy
           
 
Constructor Summary
CompatibilityVersion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pooledInvokerLegacy

public static boolean pooledInvokerLegacy
Constructor Detail

CompatibilityVersion

public CompatibilityVersion()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.