org.norther.tammi.core.com
Class DefaultCOMObjectFactory<T>

java.lang.Object
  extended by org.norther.tammi.core.base.Adaptee
      extended by org.norther.tammi.core.base.DefaultObjectFactory<T>
          extended by org.norther.tammi.core.com.DefaultCOMObjectFactory<T>
Type Parameters:
T - the object type.
All Implemented Interfaces:
Serializable, NotificationBroadcaster, NotificationEmitter, Manageable, MBeanDelegate, ObjectFactory<T>, COMObjectFactory<T>

public class DefaultCOMObjectFactory<T>
extends DefaultObjectFactory<T>
implements COMObjectFactory<T>

A default implementation of COMObjectFactory simply extending DefaultObjectFactory. COM/Java tool specific implementations may add more functionality.

Version:
$Id: DefaultCOMObjectFactory.java,v 1.4 2009/09/28 15:08:46 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.norther.tammi.core.base.Adaptee
ADAPTEE_NOTIF_DESCRIPTION, ADAPTEE_NOTIFICATIONS
 
Constructor Summary
DefaultCOMObjectFactory()
          Constructs a new factory.
 
Method Summary
 
Methods inherited from class org.norther.tammi.core.base.DefaultObjectFactory
getInstance, getInstance, getInstance, getInstance, isLoaderSupported
 
Methods inherited from class org.norther.tammi.core.base.Adaptee
addAdaptee, addNotificationListener, getAttributeSupport, getBroker, getCanonicalName, getDomain, getFactory, getLoader, getLog, getLog, getMBean, getMBeanServer, getNotificationInfo, getObjectName, getRegistrationTime, getSequenceNumber, hasListeners, isRegistered, postmanaged, premanaged, removeNotificationListener, removeNotificationListener, sendNotification, sendNotification, sendNotification, sendNotification, unmanaged, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.norther.tammi.core.base.ObjectFactory
getInstance, getInstance, getInstance, getInstance, isLoaderSupported
 

Constructor Detail

DefaultCOMObjectFactory

public DefaultCOMObjectFactory()
Constructs a new factory.



Copyright © 2004 The Norther Organization. All rights reserved.