|
Franz Inc, AllegroGraph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AGConnProp>
com.franz.agraph.pool.AGConnProp
public enum AGConnProp
Property names to open a AGRepositoryConnection
.
TODO: AGRepositoryConnection.setSessionLoadInitFile(boolean)
TODO: AGRepositoryConnection.addSessionLoadScript(String)
Nested Class Summary | |
---|---|
static class |
AGConnProp.Session
Property values for session . |
Enum Constant Summary | |
---|---|
catalog
Catalog name or no value for AGServer.getRootCatalog() |
|
password
|
|
repository
|
|
serverUrl
|
|
session
Value must be one of AGConnProp.Session . |
|
sessionLifetime
|
|
username
|
Method Summary | |
---|---|
static AGConnProp |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AGConnProp[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AGConnProp serverUrl
AGServer.AGServer(String, String, String)
public static final AGConnProp username
AGServer.AGServer(String, String, String)
public static final AGConnProp password
AGServer.AGServer(String, String, String)
public static final AGConnProp catalog
AGServer.getRootCatalog()
AGServer.getCatalog(String)
public static final AGConnProp repository
AGCatalog.openRepository(String)
public static final AGConnProp session
AGConnProp.Session
.
public static final AGConnProp sessionLifetime
AGRepositoryConnection.setSessionLifetime(int)
Method Detail |
---|
public static AGConnProp[] values()
for (AGConnProp c : AGConnProp.values()) System.out.println(c);
public static AGConnProp valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
Copyright © 2008-2011 Franz Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |