com.mobixess.jodb.core.plugin
Class JODBPluginRegistry

java.lang.Object
  extended by com.mobixess.jodb.core.plugin.JODBPluginRegistry

public class JODBPluginRegistry
extends java.lang.Object


Method Summary
 IClassProcessor getClassProcessor(java.lang.Class clazz)
           
static JODBPluginRegistry getInstance()
           
 void register(IClassProcessor processor)
           
 void unregister(java.lang.Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JODBPluginRegistry getInstance()

register

public void register(IClassProcessor processor)

unregister

public void unregister(java.lang.Class clazz)

getClassProcessor

public IClassProcessor getClassProcessor(java.lang.Class clazz)


Copyright © Mobixess Inc. All Rights Reserved.