Package omero.util

Class ObjectFactoryRegistry.ObjectFactory

  • All Implemented Interfaces:
    Ice.ObjectFactory
    Enclosing class:
    ObjectFactoryRegistry

    public abstract static class ObjectFactoryRegistry.ObjectFactory
    extends java.lang.Object
    implements Ice.ObjectFactory
    • Field Summary

      • Fields inherited from interface Ice.ObjectFactory

        serialVersionUID
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectFactory​(java.lang.String id)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract Ice.Object create​(java.lang.String name)  
      void destroy()  
      void register​(org.slf4j.Logger log, Ice.Communicator ic, boolean strict)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectFactory

        public ObjectFactory​(java.lang.String id)
    • Method Detail

      • register

        public void register​(org.slf4j.Logger log,
                             Ice.Communicator ic,
                             boolean strict)
      • create

        public abstract Ice.Object create​(java.lang.String name)
        Specified by:
        create in interface Ice.ObjectFactory
      • destroy

        public void destroy()
        Specified by:
        destroy in interface Ice.ObjectFactory