jsr352.tck.specialized
Class MyPartitionPlan

java.lang.Object
  extended by jsr352.tck.common.AbstractPartitionPlan
      extended by jsr352.tck.specialized.MyPartitionPlan
All Implemented Interfaces:
Externalizable, Serializable, PartitionPlan

@Named(value="MyPartitionPlan")
public class MyPartitionPlan
extends AbstractPartitionPlan

See Also:
Serialized Form

Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class jsr352.tck.common.AbstractPartitionPlan
getPartitionCount, getPartitionProperties, getThreadCount, setPartitionCount, setPartitionProperties, setThreadCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.