public abstract class DomainInfoFactory
extends java.lang.Object
Constructor and Description |
---|
DomainInfoFactory() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List |
load(java.sql.Connection connection)
Every domain type must implement this method in the
appropriate concrete factory class.
|
java.util.List |
load(java.sql.Connection connection,
java.lang.String domainId) |
public abstract java.util.List load(java.sql.Connection connection) throws MXException
connection
- a connection to be used to load the
domain informationMXException
- if fails to load domain information.public java.util.List load(java.sql.Connection connection, java.lang.String domainId) throws MXException
MXException