net.sourceforge.domian.repository
Class PartitionRepositoryInvocationHandler.Put<V extends T>

java.lang.Object
  extended by net.sourceforge.domian.repository.PartitionRepositoryInvocationHandler.Put<V>
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>
Enclosing class:
PartitionRepositoryInvocationHandler<T extends Entity>

private class PartitionRepositoryInvocationHandler.Put<V extends T>
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>


Field Summary
private  V entity
           
 
Constructor Summary
private PartitionRepositoryInvocationHandler.Put(V entity)
           
 
Method Summary
 java.lang.Void call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entity

private final V extends T entity
Constructor Detail

PartitionRepositoryInvocationHandler.Put

private PartitionRepositoryInvocationHandler.Put(V entity)
Method Detail

call

public java.lang.Void call()
                    throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Void>
Throws:
java.lang.Exception


Copyright © 2006-2010. All Rights Reserved.