public abstract class AbstractX4OConnection extends Object implements X4OConnection
| Constructor and Description |
|---|
AbstractX4OConnection(X4OLanguageContext languageContext)
Creates a AbstractX4OConnection.
|
| Modifier and Type | Method and Description |
|---|---|
protected X4OLanguageContext |
getLanguageContext() |
Object |
getProperty(String key)
Returns the value an X4O Language property.
|
void |
setProperty(String key,
Object value)
Sets an X4O Language property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertyKeySetpublic AbstractX4OConnection(X4OLanguageContext languageContext)
languageContext - The language context of this connection.protected X4OLanguageContext getLanguageContext()
public void setProperty(String key, Object value)
setProperty in interface X4OConnectionkey - The key of the property to set.value - The vlue of the property to set.public Object getProperty(String key)
getProperty in interface X4OConnectionkey - The key of the property to get the value for.Copyright © 2004-2013 X4O. All Rights Reserved.