Package com.portal.pfc.infranet.connpool
Interface ConnectionFactory
- All Known Implementing Classes:
PortalContextFactory
public interface ConnectionFactory
Generic Object factory interface
-
Method Summary
-
Method Details
-
create
Creates a newPortalContext
instance.- Returns:
- A new instance of
PortalContext
. - Throws:
EBufException
- If there is an error.
-