public class DeleteHandleI extends AbstractCloseableAmdServant implements omero.api.delete._DeleteHandleOperations, java.lang.Runnable
HandleI
instance (as of 4.4.0).IDelete
コンストラクタと説明 |
---|
DeleteHandleI(ome.tools.hibernate.ExtendedMetadata em,
org.springframework.context.ApplicationContext ctx,
Ice.Identity id,
ServiceFactoryI sf,
ome.io.nio.AbstractFileSystemService afs,
omero.api.delete.DeleteCommand[] commands,
int cancelTimeoutMs)
Call the main constructor with a null call context.
|
DeleteHandleI(ome.tools.hibernate.ExtendedMetadata em,
org.springframework.context.ApplicationContext ctx,
Ice.Identity id,
ServiceFactoryI sf,
ome.io.nio.AbstractFileSystemService afs,
omero.api.delete.DeleteCommand[] commands,
int cancelTimeoutMs,
java.util.Map<java.lang.String,java.lang.String> callContext)
Main constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
cancel(Ice.Current __current) |
omero.api.delete.DeleteCommand[] |
commands(Ice.Current __current) |
int |
errors(Ice.Current __current) |
boolean |
finished(Ice.Current __current) |
protected void |
postClose(Ice.Current current)
Should not throw any exceptions which should be detected by clients
since it is called in a finally block after the client thread has been
released.
|
protected void |
preClose(Ice.Current current) |
omero.api.delete.DeleteReport[] |
report(Ice.Current __current) |
void |
run()
Calls
HandleI.run() . |
close_async, close
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
public DeleteHandleI(ome.tools.hibernate.ExtendedMetadata em, org.springframework.context.ApplicationContext ctx, Ice.Identity id, ServiceFactoryI sf, ome.io.nio.AbstractFileSystemService afs, omero.api.delete.DeleteCommand[] commands, int cancelTimeoutMs) throws omero.ServerError
omero.ServerError
public DeleteHandleI(ome.tools.hibernate.ExtendedMetadata em, org.springframework.context.ApplicationContext ctx, Ice.Identity id, ServiceFactoryI sf, ome.io.nio.AbstractFileSystemService afs, omero.api.delete.DeleteCommand[] commands, int cancelTimeoutMs, java.util.Map<java.lang.String,java.lang.String> callContext) throws omero.ServerError
id
- sf
- factory
- commands
- cancelTimeoutMs
- callContext
- omero.ServerError
public omero.api.delete.DeleteCommand[] commands(Ice.Current __current) throws omero.ServerError
commands
インタフェース内 omero.api.delete._DeleteHandleOperations
omero.ServerError
public boolean finished(Ice.Current __current) throws omero.ServerError
finished
インタフェース内 omero.api.delete._DeleteHandleOperations
omero.ServerError
public int errors(Ice.Current __current) throws omero.ServerError
errors
インタフェース内 omero.api.delete._DeleteHandleOperations
omero.ServerError
public omero.api.delete.DeleteReport[] report(Ice.Current __current) throws omero.ServerError
report
インタフェース内 omero.api.delete._DeleteHandleOperations
omero.ServerError
public boolean cancel(Ice.Current __current) throws omero.ServerError
cancel
インタフェース内 omero.api.delete._DeleteHandleOperations
omero.ServerError
protected void preClose(Ice.Current current) throws omero.ServerError
preClose
クラス内 AbstractCloseableAmdServant
omero.ServerError
protected void postClose(Ice.Current current)
AbstractCloseableAmdServant
postClose
クラス内 AbstractCloseableAmdServant
public void run()
HandleI.run()
.run
インタフェース内 java.lang.Runnable