|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDatabaseConnectionInfo4
Provides access to members that provide information about the Workspace's connected database.
| Method Summary | |
|---|---|
String |
generateDefaultRealm()
The default qualifier used to create fully qualified names for Editor Tracking. |
Object |
getConnectionCurrentDateTimeInUTC()
The current UTC date/time. |
String |
getRealm()
The realm used to create fully qualified names for Editor Tracking. |
void |
setRealm(String realm)
The realm used to create fully qualified names for Editor Tracking. |
| Methods inherited from interface com.esri.arcgis.geodatabase.IDatabaseConnectionInfo3 |
|---|
disconnectUser, getConnectedDatabaseEx, getConnectedUsers, isAcceptingConnections, setIsAcceptingConnections |
| Methods inherited from interface com.esri.arcgis.geodatabase.IDatabaseConnectionInfo2 |
|---|
getConnectionCurrentDateTime, getConnectionDBMS, getConnectionServer, getGeodatabaseServerClass |
| Methods inherited from interface com.esri.arcgis.geodatabase.IDatabaseConnectionInfo |
|---|
getConnectedDatabase, getConnectedUser |
| Method Detail |
|---|
void setRealm(String realm)
throws IOException,
AutomationException
Realm sets the realm for a workspace for use in editor tracking.
realm - The realm (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getRealm()
throws IOException,
AutomationException
Realm returns the realm that is currently set for a workspace.
Realm is the string appended to the user name as it is recorded into the editor tracking creator and last editor fields.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String generateDefaultRealm()
throws IOException,
AutomationException
GenerateDefaultRealm returns a default realm for a workspace for use in editor tracking.
When setting a realm, you can set either a custom realm which can be any string, or a default realm you can retrieve with GenerateDefaultRealm. To set a default realm, set IDatabaseConnectionInfo4.Realm to the string returned by GenerateDefaultRealm.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getConnectionCurrentDateTimeInUTC()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||