pl.edu.pjwstk.yaod.store.defaultstore.transientstore
Class TransientStoreDescriptor

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.store.AbstractStoreDescriptor
        |
        +--pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreDescriptor
All Implemented Interfaces:
java.io.Serializable

public class TransientStoreDescriptor
extends AbstractStoreDescriptor

Author:
M. Lentner, raist@ertel.com.pl
See Also:
Serialized Form

Constructor Summary
TransientStoreDescriptor(java.lang.String storeName, java.lang.String storeClass)
           
 
Methods inherited from class pl.edu.pjwstk.yaod.store.AbstractStoreDescriptor
getEntry, getStoreClassName, getStoreName, setEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientStoreDescriptor

public TransientStoreDescriptor(java.lang.String storeName,
                                java.lang.String storeClass)