|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.database.components.DefaultDBClassHandler
public class DefaultDBClassHandler
| Constructor Summary | |
|---|---|
DefaultDBClassHandler(StorageEngine storageEngine)
|
|
| Method Summary | |
|---|---|
protected boolean |
allowModification(ClassId classId,
ClassInfo current,
ClassInfo proposed)
Method to determine whether class modification is allowed. |
ClassInfo |
get(ClassId classId)
|
ClassId |
register(ClassInfo info)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDBClassHandler(StorageEngine storageEngine)
| Method Detail |
|---|
public ClassInfo get(ClassId classId)
get in interface DBClassHandler
public ClassId register(ClassInfo info)
throws StructureModifiedException
register in interface DBClassHandlerStructureModifiedException
protected boolean allowModification(ClassId classId,
ClassInfo current,
ClassInfo proposed)
classId - The classId The id of the registered class.current - The current class structureproposed - The proposed class structure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||