org.objectweb.easybeans.api
Interface EZBArchiveFactory<Type>

Type Parameters:
Type - the type supported by this factory.
All Known Implementing Classes:
DefaultArchiveFactory

public interface EZBArchiveFactory<Type>

Interface used by the Archive Manager to build implementation of EZBArchive.

Author:
Florent Benoit

Method Summary
 EZBArchive create(Type object)
          Creates an EZBArchive object for the given object.
 

Method Detail

create

EZBArchive create(Type object)
Creates an EZBArchive object for the given object.

Parameters:
object - the object that this factory can manage.
Returns:
a new EZBArchive instance.