org.objectweb.speedo.genclass.map
Class PropertiesImpl

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.objectweb.speedo.genclass.map.PropertiesImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable, SpeedoGenClassCoherence, SpeedoGenClassProxy, SpeedoProxy

public abstract class PropertiesImpl
extends java.util.Properties
implements SpeedoGenClassProxy

Author:
S.Chassande-Barrioz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
PropertiesImpl()
           
 
Method Summary
 void clear()
           
 boolean contains(java.lang.Object o)
           
 boolean containsKey(java.lang.Object o)
           
 boolean containsValue(java.lang.Object o)
           
 SpeedoAccessor createAccessor()
           
 java.lang.Object createGenClass()
           
 java.util.Enumeration elements()
           
 java.util.Set entrySet()
           
 java.lang.Object get(java.lang.Object o)
           
abstract  java.lang.Object getInner()
           
 java.lang.String getProperty(java.lang.String s)
           
 java.lang.String getProperty(java.lang.String s, java.lang.String s1)
           
 SpeedoAccessor getReferenceAccessor()
           
 boolean isEmpty()
           
abstract  void jdoMakePersistent(ProxyManager pm, java.util.Iterator it)
           
 void jdoMakePersistent(ProxyManager pm, SpeedoAccessor sa)
           
 java.util.Enumeration keys()
           
 java.util.Set keySet()
           
 void list(java.io.PrintStream printStream)
           
 void list(java.io.PrintWriter printWriter)
           
 void load(java.io.InputStream inputStream)
           
 java.util.Enumeration propertyNames()
           
 java.lang.Object put(java.lang.Object o, java.lang.Object o1)
           
 void putAll(java.util.Map map)
           
protected  void rehash()
           
 java.lang.Object remove(java.lang.Object o)
           
 java.lang.Object setProperty(java.lang.String s, java.lang.String s1)
           
 void setReferenceAccessor(SpeedoAccessor refAcc)
           
 int size()
           
 void store(java.io.OutputStream outputStream, java.lang.String s)
           
 java.lang.String toString()
           
 java.util.Collection values()
           
 
Methods inherited from class java.util.Properties
save
 
Methods inherited from class java.util.Hashtable
clone, equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.objectweb.speedo.genclass.api.SpeedoGenClassProxy
fireSpeedoElementAdded, fireSpeedoElementRemoved, init, jdoGetGenClassId, jdoGetPBinding, jdoGetPType, jdoMakePersistent, jdoReadIntention, jdoSetLinkedField, jdoSetMapperName, jdoSetPBinding, jdoSetPType, jdoWriteIntention, setInner, speedoAddGenClassListener, speedoSetGcId
 
Methods inherited from interface org.objectweb.speedo.mim.api.SpeedoProxy
copyAccessor, getJormConfig, getSpeedoAccessor, jdoDeletePersistent, jdoGePNameHints, jdoGetJdoFileName, jdoGetMapperName, jdoGetProjectName, jdoGetProxyManagerFactory, jdoGetTransactionalPersistenceManager, jdoIsActive, jdoIsActive, jdoSetPNameHints, jdoSetProxyManagerFactory, jdoSetTransactionalPersistenceManager, speedoAdd
 
Methods inherited from interface org.objectweb.speedo.genclass.api.SpeedoGenClassCoherence
speedoAdd, speedoRemove
 

Constructor Detail

PropertiesImpl

public PropertiesImpl()
Method Detail

toString

public java.lang.String toString()

getInner

public abstract java.lang.Object getInner()

jdoMakePersistent

public abstract void jdoMakePersistent(ProxyManager pm,
                                       java.util.Iterator it)

getReferenceAccessor

public SpeedoAccessor getReferenceAccessor()
Specified by:
getReferenceAccessor in interface SpeedoProxy

setReferenceAccessor

public void setReferenceAccessor(SpeedoAccessor refAcc)
Specified by:
setReferenceAccessor in interface SpeedoProxy

createGenClass

public java.lang.Object createGenClass()
Specified by:
createGenClass in interface SpeedoGenClassProxy

createAccessor

public SpeedoAccessor createAccessor()
Specified by:
createAccessor in interface SpeedoProxy

jdoMakePersistent

public void jdoMakePersistent(ProxyManager pm,
                              SpeedoAccessor sa)
Specified by:
jdoMakePersistent in interface SpeedoProxy

setProperty

public java.lang.Object setProperty(java.lang.String s,
                                    java.lang.String s1)

load

public void load(java.io.InputStream inputStream)
          throws java.io.IOException
Throws:
java.io.IOException

store

public void store(java.io.OutputStream outputStream,
                  java.lang.String s)
           throws java.io.IOException
Throws:
java.io.IOException

getProperty

public java.lang.String getProperty(java.lang.String s)

getProperty

public java.lang.String getProperty(java.lang.String s,
                                    java.lang.String s1)

propertyNames

public java.util.Enumeration propertyNames()

list

public void list(java.io.PrintStream printStream)

list

public void list(java.io.PrintWriter printWriter)

size

public int size()
Specified by:
size in interface java.util.Map

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Map

keys

public java.util.Enumeration keys()

elements

public java.util.Enumeration elements()

contains

public boolean contains(java.lang.Object o)

containsValue

public boolean containsValue(java.lang.Object o)
Specified by:
containsValue in interface java.util.Map

containsKey

public boolean containsKey(java.lang.Object o)
Specified by:
containsKey in interface java.util.Map

get

public java.lang.Object get(java.lang.Object o)
Specified by:
get in interface java.util.Map

rehash

protected void rehash()

put

public java.lang.Object put(java.lang.Object o,
                            java.lang.Object o1)
Specified by:
put in interface java.util.Map

remove

public java.lang.Object remove(java.lang.Object o)
Specified by:
remove in interface java.util.Map

putAll

public void putAll(java.util.Map map)
Specified by:
putAll in interface java.util.Map

clear

public void clear()
Specified by:
clear in interface SpeedoGenClassProxy

keySet

public java.util.Set keySet()
Specified by:
keySet in interface java.util.Map

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map

values

public java.util.Collection values()
Specified by:
values in interface java.util.Map