com.softwareag.um.storage.StorageFactory Class Reference

Represents a factory for creating Storage objects. More...

Static Public Member Functions

static Storage create (StorageProperties properties) throws Exception
 Creates a Storage object with the specified properties. More...
 

Detailed Description

Represents a factory for creating Storage objects.

Member Function Documentation

static Storage com.softwareag.um.storage.StorageFactory.create ( StorageProperties  properties) throws Exception
static

Creates a Storage object with the specified properties.

Parameters
propertiesSpecifies the Storage creation
Returns
The created Storage object
Exceptions
Exception