public class Hive extends HiveCommon
DEFAULT_RESULT
Constructor and Description |
---|
Hive() |
Hive(RootType root) |
Hive(String uri) |
Hive(XMLConfigurator configurator) |
Modifier and Type | Method and Description |
---|---|
ProxyConnection |
addConnection(ProxyPrefixName prefix) |
String |
getHiveId()
Get a unique ID for you hive type
|
String |
getSeparator() |
protected void |
performStart()
Called then the hive should perform its startup procedure
|
protected void |
performStop()
Called then the hive should perform its shutdown procedure
|
void |
setSeparator(String separator) |
addDataItemValidator, addItemFactory, addItemSubscriptionListener, addSessionListener, closeSession, createSession, createSession, getBrowser, getGrantedItems, getOperationService, getValidationStrategy, handleSessionCreated, isAutoEnableStats, lookupItem, processWrite, processWriteAttributes, registerItem, removeItemFactory, removeItemSubscriptionListener, removeItemValidator, removeSessionListener, retrieveItem, setAutoEnableStats, setRootFolder, setValidatonStrategy, start, startWrite, startWriteAttributes, stop, subscribeItem, unregisterItem, unsubscribeItem, validateItem, validateSession
authorize, authorize, extractPrivileges, fillSessionProperties, loginUser, makeEffectiveUserInformation, setAuditLogService, setAuthenticationImplementation, setAuthorizationImplementation
public Hive() throws IOException
IOException
public Hive(String uri) throws IOException
IOException
public Hive(XMLConfigurator configurator)
public String getHiveId()
HiveCommon
getHiveId
in class HiveCommon
public ProxyConnection addConnection(ProxyPrefixName prefix)
group
- protected void performStart() throws Exception
HiveCommon
This is internally dispatched when the HiveCommon.start()
method was called
and the hive was not already started.
performStart
in class HiveCommon
configurator
- Exception
protected void performStop() throws Exception
HiveCommon
This is internally dispatched when the HiveCommon.stop()
method was called
and the hive was already started.
performStop
in class HiveCommon
Exception
public void setSeparator(String separator)
separator
- public String getSeparator()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.