NAME

Factory::DomainFactory - Zero Knowledge Domain Factory Class


SYNOPSIS

    use Factory::DomainFactory;

    $base = new Factory::DomainFactory();


REQUIRES

    Perl5.004+
    Factory::Base
    Domain::Base (Sub-class)


EXPORTS

Nothing


DESCRIPTION

This is the factory class for all domain classes. The class methods exposed by Factory::DomainFactory create specific instances of the various domain classes.

The Factory::DomainFactory is a sub-class of Factory::Base.


CONSTRUCTOR

new Factory::DomainFactory()

This is the constructor for the Factory::DomainFactory object.

Example:

  $factory = new Factory::DomainFactory();


METHODS

create_domain ( USER )

Create an Domain::Base object for the specified user. If USER is not supplied then undef will be returned.


CLASS VARIABLES

None Present


SEE ALSO

Factory::Base, Domain::NymUser, Domain::NetUser


AUTHOR

Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>


COPYRIGHT

Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved