public abstract class AbstractLevel2Service extends java.lang.Object implements SelfConfigurableService
Modifier and Type | Field and Description |
---|---|
protected LocalQuery |
iQuery |
protected LocalUpdate |
iUpdate |
protected ExtendedMetadata |
metadata |
protected QueryFactory |
queryFactory |
protected SecuritySystem |
sec |
Constructor and Description |
---|
AbstractLevel2Service() |
Modifier and Type | Method and Description |
---|---|
protected BeanHelper |
getBeanHelper() |
ExtendedMetadata |
getExtendedMetadata() |
QueryFactory |
getQueryFactory() |
SecuritySystem |
getSecuritySystem() |
void |
selfConfigure()
This method was previously called by the EJB container,
but is no longer needed.
|
void |
setExtendedMetadata(ExtendedMetadata em) |
void |
setQueryFactory(QueryFactory qFactory) |
void |
setQueryService(LocalQuery query) |
void |
setSecuritySystem(SecuritySystem secSys) |
void |
setUpdateService(LocalUpdate update) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceInterface
protected transient LocalUpdate iUpdate
protected transient LocalQuery iQuery
protected transient QueryFactory queryFactory
protected transient SecuritySystem sec
protected transient ExtendedMetadata metadata
public void selfConfigure()
selfConfigure
in interface SelfConfigurableService
protected BeanHelper getBeanHelper()
public final void setUpdateService(LocalUpdate update)
public final void setQueryFactory(QueryFactory qFactory)
public final void setQueryService(LocalQuery query)
public final void setSecuritySystem(SecuritySystem secSys)
public final void setExtendedMetadata(ExtendedMetadata em)
public final QueryFactory getQueryFactory()
public final SecuritySystem getSecuritySystem()
public final ExtendedMetadata getExtendedMetadata()
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.