org.eclipse.net4j.util.factory
Interface IFactory

All Known Implementing Classes:
AcceptorFactory, ChallengeNegotiatorFactory, ClientFacilityFactory, ClientProtocolFactory, ConnectorFactory, Factory, FactoryDescriptor, FileUserManagerFactory, NegotiatorFactory, RandomizerFactory, ResponseNegotiatorFactory, ServerFacilityFactory, ServerProtocolFactory, UserManagerFactory

public interface IFactory


Method Summary
 java.lang.Object create(java.lang.String description)
           
 java.lang.String getDescriptionFor(java.lang.Object product)
           
 IFactoryKey getKey()
           
 

Method Detail

getKey

IFactoryKey getKey()

create

java.lang.Object create(java.lang.String description)
                        throws ProductCreationException
Throws:
ProductCreationException

getDescriptionFor

java.lang.String getDescriptionFor(java.lang.Object product)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.