de.jiac.micro.core.scope
Interface IScopeMemory


public interface IScopeMemory

Version:
$Revision$
Author:
Erdene-Ochir Tuguldur, Marcel Patzlaff

Method Summary
 Object allocate(Class clazz)
           
 void enter(Runnable logic)
           
 void free(Object obj)
           
 Object getReference()
           
 void setReference(Object reference)
           
 

Method Detail

getReference

Object getReference()

setReference

void setReference(Object reference)

enter

void enter(Runnable logic)

allocate

Object allocate(Class clazz)
                throws IllegalAccessException,
                       InstantiationException
Throws:
IllegalAccessException
InstantiationException

free

void free(Object obj)


Copyright © 2008-2011 DAI-Labor. All Rights Reserved.