Package ome.services.blitz.repo
Interface ProcessContainer.Process
-
- All Known Implementing Classes:
ManagedImportProcessI
- Enclosing class:
- ProcessContainer
public static interface ProcessContainer.Process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fileset
getFileset()
long
getGroup()
ImportProcessPrx
getProxy()
void
ping()
void
shutdown()
-
-
-
Method Detail
-
getProxy
ImportProcessPrx getProxy()
-
getFileset
Fileset getFileset()
-
getGroup
long getGroup()
-
ping
void ping()
-
shutdown
void shutdown()
-
-