com.esri.aims.mtier.model.axl.admin
Class AdminSdeElementFactory

java.lang.Object
  |
  +--com.esri.aims.mtier.model.axl.admin.AdminSdeElementFactory

public class AdminSdeElementFactory
extends Object


Constructor Summary
AdminSdeElementFactory()
           
 
Method Summary
static com.esri.w3c.dom.Element createCompressSDEServiceElement(String name, String instanceName, String password)
           
static com.esri.w3c.dom.Element createDbtuneQueryElement(String name, String port, String password)
           
static com.esri.w3c.dom.Element createKillSDEConnectionElement(String name, String instanceName, String password, String connectionId)
           
static com.esri.w3c.dom.Element createListSDEConnectionsElement(String name, String instanceName)
           
static com.esri.w3c.dom.Element createPauseSDEServiceElement(String name, String instanceName, String password)
           
static com.esri.w3c.dom.Element createReReadSdeInstanceElement(String monitor)
          Forces the Monitor to refresh its SDE properties file.
static com.esri.w3c.dom.Element createResumeSDEServiceElement(String name, String instanceName, String password)
           
static com.esri.w3c.dom.Element createSdeServersElement(String name)
          For SDE servers collection.
static com.esri.w3c.dom.Element createSdeStatusElement(String name, String instanceName)
          Used for SDE status class.
static com.esri.w3c.dom.Element createShutdownSDEServiceElement(String name, String instanceName, String password)
           
static com.esri.w3c.dom.Element createStartSDEServiceElement(String name, String instanceName, String password)
          To start an SDE service the Instance Name is needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminSdeElementFactory

public AdminSdeElementFactory()
Method Detail

createSdeServersElement

public static com.esri.w3c.dom.Element createSdeServersElement(String name)
                                                        throws AXLAttributeException
For SDE servers collection.

AXLAttributeException

createReReadSdeInstanceElement

public static com.esri.w3c.dom.Element createReReadSdeInstanceElement(String monitor)
                                                               throws AXLAttributeException
Forces the Monitor to refresh its SDE properties file. The string monitor can be blank.

AXLAttributeException

createSdeStatusElement

public static com.esri.w3c.dom.Element createSdeStatusElement(String name,
                                                              String instanceName)
                                                       throws AXLAttributeException
Used for SDE status class.

AXLAttributeException

createStartSDEServiceElement

public static com.esri.w3c.dom.Element createStartSDEServiceElement(String name,
                                                                    String instanceName,
                                                                    String password)
                                                             throws AXLAttributeException
To start an SDE service the Instance Name is needed. You will neeed the SDE password to start, stop, pause, or resume a service.

AXLAttributeException

createShutdownSDEServiceElement

public static com.esri.w3c.dom.Element createShutdownSDEServiceElement(String name,
                                                                       String instanceName,
                                                                       String password)
                                                                throws AXLAttributeException
AXLAttributeException

createPauseSDEServiceElement

public static com.esri.w3c.dom.Element createPauseSDEServiceElement(String name,
                                                                    String instanceName,
                                                                    String password)
                                                             throws AXLAttributeException
AXLAttributeException

createResumeSDEServiceElement

public static com.esri.w3c.dom.Element createResumeSDEServiceElement(String name,
                                                                     String instanceName,
                                                                     String password)
                                                              throws AXLAttributeException
AXLAttributeException

createCompressSDEServiceElement

public static com.esri.w3c.dom.Element createCompressSDEServiceElement(String name,
                                                                       String instanceName,
                                                                       String password)
                                                                throws AXLAttributeException
AXLAttributeException

createListSDEConnectionsElement

public static com.esri.w3c.dom.Element createListSDEConnectionsElement(String name,
                                                                       String instanceName)
                                                                throws AXLAttributeException
AXLAttributeException

createKillSDEConnectionElement

public static com.esri.w3c.dom.Element createKillSDEConnectionElement(String name,
                                                                      String instanceName,
                                                                      String password,
                                                                      String connectionId)
                                                               throws AXLAttributeException
AXLAttributeException

createDbtuneQueryElement

public static com.esri.w3c.dom.Element createDbtuneQueryElement(String name,
                                                                String port,
                                                                String password)
                                                         throws AXLAttributeException
AXLAttributeException