create_domain


Description:

public Domain create_domain (Domain conf) throws Error

Create the configuration file for a new persistent domain.

The returned domain will initially be in the shutoff state.

Parameters:

this

a Connection on which to create the domain

conf

the configuration for the new domain

Returns:

the newly created domain, or NULL if an error occurred. The returned object should be unreffed with unref when no longer needed.