public class Hive extends HiveCommon
DEFAULT_RESULT| Constructor and Description |
|---|
Hive() |
Hive(RootType root,
BundleContext bundleContext) |
Hive(java.lang.String uri,
BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHiveId()
Get a unique ID for you hive type
|
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 |
register() |
void |
unregister() |
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,
BundleContext bundleContext)
throws java.io.IOException
java.io.IOExceptionpublic Hive(RootType root,
BundleContext bundleContext)
public java.lang.String getHiveId()
HiveCommongetHiveId in class HiveCommonprotected 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 HiveCommonjava.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 register()
public void unregister()
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