org.objectweb.cjdbc.common.xml
Interface XmlComponent

All Known Implementing Classes:
AbstractConnectionManager, AbstractLoadBalancer, AbstractResultCache, AbstractScheduler, BackupManager, Controller, ControllerSecurityManager, CreateTablePolicy, DatabaseBackend, MacrosHandler, Monitoring, RecoveryLog, RequestManager, ResultCacheRule, VirtualDatabase

public interface XmlComponent

This class defines a XmlComponent

Version:
1.0
Author:
Nicolas Modrzyk

Field Summary
static java.lang.String DOCTYPE_CONTROLLER
          Doctype for the virtual database
static java.lang.String DOCTYPE_DB
          Doctype for the virtual database
static java.lang.String XML_VERSION
          Xml Definition
 
Method Summary
 java.lang.String getXml()
          Get xml formatted representation of this cjdbc component
 

Field Detail

XML_VERSION

public static final java.lang.String XML_VERSION
Xml Definition

See Also:
Constant Field Values

DOCTYPE_DB

public static final java.lang.String DOCTYPE_DB
Doctype for the virtual database

See Also:
Constant Field Values

DOCTYPE_CONTROLLER

public static final java.lang.String DOCTYPE_CONTROLLER
Doctype for the virtual database

See Also:
Constant Field Values
Method Detail

getXml

public java.lang.String getXml()
Get xml formatted representation of this cjdbc component

Returns:
xml formatted fragment


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.