public abstract class AbstractMailboxRecordServiceFactory<T> extends java.lang.Object implements ServerSideServiceProvider.IServerSideServiceFactory<T>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractMailboxRecordServiceFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract T | 
create(javax.sql.DataSource ds,
      Container cont,
      BmContext context,
      java.lang.String mailboxUniqueId,
      MailboxRecordStore recordStore,
      ContainerStoreService<MailboxRecord> storeService)  | 
protected T | 
createNoopService()  | 
T | 
instance(BmContext context,
        java.lang.String... params)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfactoryClassprotected AbstractMailboxRecordServiceFactory()
protected abstract T create(javax.sql.DataSource ds, Container cont, BmContext context, java.lang.String mailboxUniqueId, MailboxRecordStore recordStore, ContainerStoreService<MailboxRecord> storeService)
protected T createNoopService()
public T instance(BmContext context, java.lang.String... params) throws ServerFault
instance in interface ServerSideServiceProvider.IServerSideServiceFactory<T>ServerFaultCopyright © 2023. All Rights Reserved.