org.primordion.xholon.base
Class ReflectionFactory

java.lang.Object
  extended byorg.primordion.xholon.base.ReflectionFactory

public class ReflectionFactory
extends java.lang.Object

ReflectionFactory encapsulates a singleton instance of a class that implements IReflection.

Since:
0.5 (Created on December 7, 2006)
Author:
Ken Webb

Constructor Summary
ReflectionFactory()
           
 
Method Summary
static IReflection getReflectionSingleton()
          Get the singleton instance of a class that implements IReflection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionFactory

public ReflectionFactory()
Method Detail

getReflectionSingleton

public static IReflection getReflectionSingleton()
Get the singleton instance of a class that implements IReflection.

Returns:
The singleton instance.