org.norther.tammi.core.net
Class DefaultServerSocketFactory
java.lang.Object
org.norther.tammi.core.base.Adaptee
org.norther.tammi.core.base.DefaultObjectFactory
org.norther.tammi.core.net.AbstractCommonFactory
org.norther.tammi.core.net.AbstractSocketFactory
org.norther.tammi.core.net.DefaultServerSocketFactory
- All Implemented Interfaces:
- Serializable, NotificationBroadcaster, NotificationEmitter, Manageable, MBeanDelegate, ObjectFactory, CommonFactory, ServerSocketFactory
public class DefaultServerSocketFactory
- extends AbstractSocketFactory
- implements ServerSocketFactory
A default implementation of ServerSocketFactory.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
| 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 |
DefaultServerSocketFactory
public DefaultServerSocketFactory()
- Constructs a default server socket factory.
getInstance
public Object getInstance(String className,
ObjectName loader,
Object[] params,
String[] signature)
throws ConstructionException
- Description copied from interface:
ObjectFactory
- Gets an instance of a named class using a specified class loader.
Parameters for its constructor are given as an array of objects,
primitive types must be wrapped with a corresponding class.
Class loaders are supported only if the isLoaderSupported method returns
true. Otherwise the loader parameter is ignored.
- Specified by:
getInstance in interface ObjectFactory- Overrides:
getInstance in class DefaultObjectFactory
- Parameters:
className - the name of the class.loader - the class loader.params - an array containing the parameters of the constructor.signature - an array containing the signature of the constructor.
- Returns:
- the instance.
- Throws:
ConstructionException - if construction fails.
Copyright © 2004 The Norther Organization. All rights reserved.