intarsys runtime library

de.intarsys.tools.reflect
Interface IBasicRegistrySupport


public interface IBasicRegistrySupport

An object supporting reflective registry operations.

This is a basic support interface used in ObjectTools to support reflective operations. You MUST NOT implement this interface in terms of ObjectTools methods!


Method Summary
 Object basicRegister(Object value)
           
 Object basicUnregister(Object value)
           
 

Method Detail

basicRegister

Object basicRegister(Object value)
                     throws MethodException
Throws:
MethodException

basicUnregister

Object basicUnregister(Object value)
                       throws MethodException
Throws:
MethodException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.