public class DefaultImarisService extends AbstractService implements ImarisService
ImarisService
for connecting to the Imaris
XT API, and providing access to the running Imaris instance(s).Constructor and Description |
---|
DefaultImarisService() |
Modifier and Type | Method and Description |
---|---|
void |
disconnect()
Disconnect from the ICE server.
|
ImarisApplication |
getApplication()
Get the first running Imaris instance, or
null if there are no
running instances. |
ImarisApplication |
getApplicationByID(int applicationId)
Get the running Imaris instance with the specified ICE object ID.
|
List<ImarisApplication> |
getApplications()
Get list of all running Imaris instances.
|
getContext, setContext, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public void disconnect()
ImarisService
ImarisService.getApplication()
, after this will re-connect.disconnect
in interface ImarisService
public List<ImarisApplication> getApplications()
ImarisService
getApplications
in interface ImarisService
public ImarisApplication getApplication()
ImarisService
null
if there are no
running instances.getApplication
in interface ImarisService
public ImarisApplication getApplicationByID(int applicationId)
ImarisService
getApplicationByID
in interface ImarisService
Copyright © 2019–2021 Imaris. All rights reserved.