public class HiveImpl extends HiveCommon
DEFAULT_RESULT| Constructor and Description |
|---|
HiveImpl(BundleContext context,
java.util.concurrent.Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem( |
void |
addItem(DataItem item,
java.util.Dictionary<?,?> properties) |
java.lang.String |
getHiveId()
Get a unique ID for you hive type
|
protected void |
handleSessionCreated(AbstractSessionImpl session,
java.util.Properties properties,
UserInformation userInformation) |
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 |
removeItem( |
void |
removeItem(DataItem item) |
addDataItemValidator, addItemFactory, addSessionListener, closeSession, createSession, createSession, getBrowser, getGrantedItems, getOperationService, getValidationStrategy, 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 HiveImpl(BundleContext context,
java.util.concurrent.Executor executor)
throws InvalidSyntaxException
InvalidSyntaxExceptionpublic 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.Exceptionprotected void handleSessionCreated(AbstractSessionImpl session, java.util.Properties properties, UserInformation userInformation)
handleSessionCreated in class HiveCommonpublic void addItem(DataItem item, java.util.Dictionary<?,?> properties)
public void removeItem(DataItem item)
public void addItem(serviceReference)
public void removeItem(serviceReference)
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