/*
 * JBoss, the OpenSource J2EE webOS
 * 
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 */
package org.jboss.test.isolation.interfaces;

import java.io.Serializable;

/**
 * A IsolationDTO.
 * 
 * @author <a href="adrian@jboss.com">Adrian Brock</a>
 * @version $Revision: 1.1.6.1 $
 */
public class IsolationDTO implements Serializable
{
   static final long serialVersionUID = 6062047158071174780L;
   public String payload; 
}