public class Hive extends HiveCommon
DEFAULT_RESULT| Constructor and Description |
|---|
Hive() |
Hive(RootType root) |
Hive(java.lang.String uri) |
Hive(XMLConfigurator configurator) |
| Modifier and Type | Method and Description |
|---|---|
ProxyConnection |
addConnection(ProxyPrefixName prefix) |
java.lang.String |
getHiveId()
Get a unique ID for you hive type
|
java.lang.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(java.lang.String separator) |
addDataItemValidator, addItemFactory, addSessionListener, closeSession, createSession, createSession, getBrowser, getGrantedItems, getOperationService, getValidationStrategy, handleSessionCreated, isAutoEnableStats, lookupItem, processWrite, processWriteAttributes, registerItem, removeItemFactory, removeItemValidator, removeSessionListener, retrieveItem, setAutoEnableStats, setRootFolder, setValidatonStrategy, start, startWrite, startWriteAttributes, stop, subscribeItem, unregisterItem, unsubscribeItem, validateItem, validateSessionauthorize, authorize, extractPrivileges, fillSessionProperties, loginUser, makeEffectiveUserInformation, setAuditLogService, setAuthenticationImplementation, setAuthorizationImplementationpublic Hive()
throws java.io.IOException
java.io.IOExceptionpublic Hive(java.lang.String uri)
throws java.io.IOException
java.io.IOExceptionpublic Hive(XMLConfigurator configurator)
public Hive(RootType root)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getHiveId()
HiveCommongetHiveId in class HiveCommonpublic ProxyConnection addConnection(ProxyPrefixName prefix)
group - protected void performStart()
throws java.lang.Exception
HiveCommon
This is internally dispatched when the HiveCommon.start() method was called
and the hive was not already started.
performStart in class HiveCommonconfigurator - java.lang.Exceptionprotected void performStop()
throws java.lang.Exception
HiveCommon
This is internally dispatched when the HiveCommon.stop() method was called
and the hive was already started.
performStop in class HiveCommonjava.lang.Exceptionpublic void setSeparator(java.lang.String separator)
separator - public java.lang.String getSeparator()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0