com.esri.sde.sdk.client
Class SeConnection

java.lang.Object
  extended by com.esri.sde.sdk.client.SeConnection

public class SeConnection
extends java.lang.Object


Field Summary
static int SE_ONE_THREAD_POLICY
           
static int SE_TRYLOCK_POLICY
           
static int SE_UNPROTECTED_POLICY
           
 
Constructor Summary
SeConnection(java.lang.String a, int i, java.lang.String b, java.lang.String c, java.lang.String d)
           
SeConnection(java.lang.String a, java.lang.String i, java.lang.String b, java.lang.String c, java.lang.String d)
           
 
Method Summary
 void close()
           
 void commitTransaction()
           
 java.lang.String getDatabaseName()
           
 SeDBMSInfo getDBMSInfo()
           
 java.util.Vector getLayers()
           
 java.util.Vector getRasterColumns()
           
 SeRelease getRelease()
           
 java.lang.String getSdeDbaName()
           
 java.util.Vector getTables(int se_select_privilege)
           
 long getTimeSinceLastRT()
           
 java.lang.String getUser()
           
 SeVersion[] getVersionList(java.lang.String where)
           
 boolean isClosed()
           
 void rollbackTransaction()
           
 void setConcurrency(int i)
           
 int setTransactionAutoCommit(int i)
           
 void startTransaction()
           
 void testServer(long testServerRoundtripIntervalSeconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_TRYLOCK_POLICY

public static int SE_TRYLOCK_POLICY

SE_UNPROTECTED_POLICY

public static int SE_UNPROTECTED_POLICY

SE_ONE_THREAD_POLICY

public static int SE_ONE_THREAD_POLICY
Constructor Detail

SeConnection

public SeConnection(java.lang.String a,
                    int i,
                    java.lang.String b,
                    java.lang.String c,
                    java.lang.String d)
             throws SeException
Throws:
SeException

SeConnection

public SeConnection(java.lang.String a,
                    java.lang.String i,
                    java.lang.String b,
                    java.lang.String c,
                    java.lang.String d)
             throws SeException
Throws:
SeException
Method Detail

getDatabaseName

public java.lang.String getDatabaseName()
                                 throws SeException
Throws:
SeException

getUser

public java.lang.String getUser()
                         throws SeException
Throws:
SeException

getLayers

public java.util.Vector getLayers()
                           throws SeException
Throws:
SeException

getRasterColumns

public java.util.Vector getRasterColumns()
                                  throws SeException
Throws:
SeException

getRelease

public SeRelease getRelease()

isClosed

public boolean isClosed()

close

public void close()
           throws SeException
Throws:
SeException

commitTransaction

public void commitTransaction()
                       throws SeException
Throws:
SeException

rollbackTransaction

public void rollbackTransaction()
                         throws SeException
Throws:
SeException

setConcurrency

public void setConcurrency(int i)
                    throws SeException
Throws:
SeException

setTransactionAutoCommit

public int setTransactionAutoCommit(int i)
                             throws SeException
Throws:
SeException

startTransaction

public void startTransaction()
                      throws SeException
Throws:
SeException

getDBMSInfo

public SeDBMSInfo getDBMSInfo()
                       throws SeException
Throws:
SeException

getSdeDbaName

public java.lang.String getSdeDbaName()
                               throws SeException
Throws:
SeException

getTimeSinceLastRT

public long getTimeSinceLastRT()

testServer

public void testServer(long testServerRoundtripIntervalSeconds)
                throws SeException
Throws:
SeException

getVersionList

public SeVersion[] getVersionList(java.lang.String where)
                           throws SeException
Throws:
SeException

getTables

public java.util.Vector getTables(int se_select_privilege)
                           throws SeException
Throws:
SeException


Copyright © 1996-2010 Geotools. All Rights Reserved.