public class _InstrumentTie extends Instrument implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, detectorLoaded, detectorSeq, dichroicLoaded, dichroicSeq, filterLoaded, filterSeq, filterSetLoaded, filterSetSeq, lightSourceLoaded, lightSourceSeq, microscope, objectiveLoaded, objectiveSeq, otfLoaded, otfSeq, version
Constructor and Description |
---|
_InstrumentTie(_InstrumentOperations delegate) |
_InstrumentTie() |
Modifier and Type | Method and Description |
---|---|
void |
addAllDetectorSet(java.util.List<Detector> targets,
Ice.Current __current) |
void |
addAllDichroicSet(java.util.List<Dichroic> targets,
Ice.Current __current) |
void |
addAllFilterSet(java.util.List<Filter> targets,
Ice.Current __current) |
void |
addAllFilterSetSet(java.util.List<FilterSet> targets,
Ice.Current __current) |
void |
addAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets,
Ice.Current __current) |
void |
addAllLightSourceSet(java.util.List<LightSource> targets,
Ice.Current __current) |
void |
addAllObjectiveSet(java.util.List<Objective> targets,
Ice.Current __current) |
void |
addAllOTFSet(java.util.List<OTF> targets,
Ice.Current __current) |
void |
addDetector(Detector target,
Ice.Current __current) |
void |
addDichroic(Dichroic target,
Ice.Current __current) |
void |
addFilter(Filter target,
Ice.Current __current) |
void |
addFilterSet(FilterSet target,
Ice.Current __current) |
void |
addInstrumentAnnotationLink(InstrumentAnnotationLink target,
Ice.Current __current) |
void |
addInstrumentAnnotationLinkToBoth(InstrumentAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
addLightSource(LightSource target,
Ice.Current __current) |
void |
addObjective(Objective target,
Ice.Current __current) |
void |
addOTF(OTF target,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
void |
clearDetector(Ice.Current __current) |
void |
clearDichroic(Ice.Current __current) |
void |
clearFilter(Ice.Current __current) |
void |
clearFilterSet(Ice.Current __current) |
void |
clearLightSource(Ice.Current __current) |
void |
clearObjective(Ice.Current __current) |
void |
clearOtf(Ice.Current __current) |
java.util.List<InstrumentAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<Detector> |
copyDetector(Ice.Current __current) |
java.util.List<Dichroic> |
copyDichroic(Ice.Current __current) |
java.util.List<Filter> |
copyFilter(Ice.Current __current) |
java.util.List<FilterSet> |
copyFilterSet(Ice.Current __current) |
java.util.List<LightSource> |
copyLightSource(Ice.Current __current) |
java.util.List<Objective> |
copyObjective(Ice.Current __current) |
java.util.List<OTF> |
copyOtf(Ice.Current __current) |
boolean |
equals(java.lang.Object rhs) |
java.util.List<InstrumentAnnotationLink> |
findInstrumentAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
Details |
getDetails(Ice.Current __current) |
RLong |
getId(Ice.Current __current) |
Microscope |
getMicroscope(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
boolean |
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isGlobal(Ice.Current __current)
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isLink(Ice.Current __current)
A link between two other types.
|
boolean |
isLoaded(Ice.Current __current)
Tests if the objects are loaded or not.
|
boolean |
isMutable(Ice.Current __current)
The server will persist changes made to these types.
|
InstrumentAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
IObject |
proxy(Ice.Current __current)
Return another instance of the same type as this instance
constructed as if by: new InstanceI( this.id.val, false );
|
void |
reloadAnnotationLinks(Instrument toCopy,
Ice.Current __current) |
void |
reloadDetector(Instrument toCopy,
Ice.Current __current) |
void |
reloadDichroic(Instrument toCopy,
Ice.Current __current) |
void |
reloadFilter(Instrument toCopy,
Ice.Current __current) |
void |
reloadFilterSet(Instrument toCopy,
Ice.Current __current) |
void |
reloadLightSource(Instrument toCopy,
Ice.Current __current) |
void |
reloadObjective(Instrument toCopy,
Ice.Current __current) |
void |
reloadOtf(Instrument toCopy,
Ice.Current __current) |
void |
removeAllDetectorSet(java.util.List<Detector> targets,
Ice.Current __current) |
void |
removeAllDichroicSet(java.util.List<Dichroic> targets,
Ice.Current __current) |
void |
removeAllFilterSet(java.util.List<Filter> targets,
Ice.Current __current) |
void |
removeAllFilterSetSet(java.util.List<FilterSet> targets,
Ice.Current __current) |
void |
removeAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets,
Ice.Current __current) |
void |
removeAllLightSourceSet(java.util.List<LightSource> targets,
Ice.Current __current) |
void |
removeAllObjectiveSet(java.util.List<Objective> targets,
Ice.Current __current) |
void |
removeAllOTFSet(java.util.List<OTF> targets,
Ice.Current __current) |
void |
removeDetector(Detector theTarget,
Ice.Current __current) |
void |
removeDichroic(Dichroic theTarget,
Ice.Current __current) |
void |
removeFilter(Filter theTarget,
Ice.Current __current) |
void |
removeFilterSet(FilterSet theTarget,
Ice.Current __current) |
void |
removeInstrumentAnnotationLink(InstrumentAnnotationLink theTarget,
Ice.Current __current) |
void |
removeInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeLightSource(LightSource theTarget,
Ice.Current __current) |
void |
removeObjective(Objective theTarget,
Ice.Current __current) |
void |
removeOTF(OTF theTarget,
Ice.Current __current) |
void |
setId(RLong id,
Ice.Current __current) |
void |
setMicroscope(Microscope theMicroscope,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
IObject |
shallowCopy(Ice.Current __current)
Return another instance of the same type as this instance
with all single-value entities unloaded and all members of
collections also unloaded.
|
int |
sizeOfAnnotationLinks(Ice.Current __current) |
int |
sizeOfDetector(Ice.Current __current) |
int |
sizeOfDichroic(Ice.Current __current) |
int |
sizeOfFilter(Ice.Current __current) |
int |
sizeOfFilterSet(Ice.Current __current) |
int |
sizeOfLightSource(Ice.Current __current) |
int |
sizeOfObjective(Ice.Current __current) |
int |
sizeOfOtf(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unload(Ice.Current __current)
Sets the loaded boolean to false and empties all state
from this entity to make sending it over the network
less costly.
|
void |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadCollections(Ice.Current __current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadDetector(Ice.Current __current) |
void |
unloadDichroic(Ice.Current __current) |
void |
unloadFilter(Ice.Current __current) |
void |
unloadFilterSet(Ice.Current __current) |
void |
unloadLightSource(Ice.Current __current) |
void |
unloadObjective(Ice.Current __current) |
void |
unloadOtf(Ice.Current __current) |
___addAllDetectorSet, ___addAllDichroicSet, ___addAllFilterSet, ___addAllFilterSetSet, ___addAllInstrumentAnnotationLinkSet, ___addAllLightSourceSet, ___addAllObjectiveSet, ___addAllOTFSet, ___addDetector, ___addDichroic, ___addFilter, ___addFilterSet, ___addInstrumentAnnotationLink, ___addInstrumentAnnotationLinkToBoth, ___addLightSource, ___addObjective, ___addOTF, ___clearAnnotationLinks, ___clearDetector, ___clearDichroic, ___clearFilter, ___clearFilterSet, ___clearLightSource, ___clearObjective, ___clearOtf, ___copyAnnotationLinks, ___copyDetector, ___copyDichroic, ___copyFilter, ___copyFilterSet, ___copyLightSource, ___copyObjective, ___copyOtf, ___findInstrumentAnnotationLink, ___getAnnotationLinksCountPerOwner, ___getMicroscope, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___reloadAnnotationLinks, ___reloadDetector, ___reloadDichroic, ___reloadFilter, ___reloadFilterSet, ___reloadLightSource, ___reloadObjective, ___reloadOtf, ___removeAllDetectorSet, ___removeAllDichroicSet, ___removeAllFilterSet, ___removeAllFilterSetSet, ___removeAllInstrumentAnnotationLinkSet, ___removeAllLightSourceSet, ___removeAllObjectiveSet, ___removeAllOTFSet, ___removeDetector, ___removeDichroic, ___removeFilter, ___removeFilterSet, ___removeInstrumentAnnotationLink, ___removeInstrumentAnnotationLinkFromBoth, ___removeLightSource, ___removeObjective, ___removeOTF, ___setMicroscope, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfDetector, ___sizeOfDichroic, ___sizeOfFilter, ___sizeOfFilterSet, ___sizeOfLightSource, ___sizeOfObjective, ___sizeOfOtf, ___unlinkAnnotation, ___unloadAnnotationLinks, ___unloadDetector, ___unloadDichroic, ___unloadFilter, ___unloadFilterSet, ___unloadLightSource, ___unloadObjective, ___unloadOtf, __dispatch, __readImpl, __writeImpl, addAllDetectorSet, addAllDichroicSet, addAllFilterSet, addAllFilterSetSet, addAllInstrumentAnnotationLinkSet, addAllLightSourceSet, addAllObjectiveSet, addAllOTFSet, addDetector, addDichroic, addFilter, addFilterSet, addInstrumentAnnotationLink, addInstrumentAnnotationLinkToBoth, addLightSource, addObjective, addOTF, clearAnnotationLinks, clearDetector, clearDichroic, clearFilter, clearFilterSet, clearLightSource, clearObjective, clearOtf, clone, copyAnnotationLinks, copyDetector, copyDichroic, copyFilter, copyFilterSet, copyLightSource, copyObjective, copyOtf, findInstrumentAnnotationLink, getAnnotationLinksCountPerOwner, getMicroscope, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, reloadDetector, reloadDichroic, reloadFilter, reloadFilterSet, reloadLightSource, reloadObjective, reloadOtf, removeAllDetectorSet, removeAllDichroicSet, removeAllFilterSet, removeAllFilterSetSet, removeAllInstrumentAnnotationLinkSet, removeAllLightSourceSet, removeAllObjectiveSet, removeAllOTFSet, removeDetector, removeDichroic, removeFilter, removeFilterSet, removeInstrumentAnnotationLink, removeInstrumentAnnotationLinkFromBoth, removeLightSource, removeObjective, removeOTF, setMicroscope, setVersion, sizeOfAnnotationLinks, sizeOfDetector, sizeOfDichroic, sizeOfFilter, sizeOfFilterSet, sizeOfLightSource, sizeOfObjective, sizeOfOtf, unlinkAnnotation, unloadAnnotationLinks, unloadDetector, unloadDichroic, unloadFilter, unloadFilterSet, unloadLightSource, unloadObjective, unloadOtf
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final long serialVersionUID
public _InstrumentTie()
public _InstrumentTie(_InstrumentOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Details getDetails(Ice.Current __current)
getDetails
in interface _IObjectOperations
public RLong getId(Ice.Current __current)
getId
in interface _IObjectOperations
public boolean isAnnotated(Ice.Current __current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
__current
- The Current object for the invocation.public boolean isGlobal(Ice.Current __current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
__current
- The Current object for the invocation.public boolean isLink(Ice.Current __current)
_IObjectOperations
isLink
in interface _IObjectOperations
__current
- The Current object for the invocation.public boolean isLoaded(Ice.Current __current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
__current
- The Current object for the invocation.public boolean isMutable(Ice.Current __current)
_IObjectOperations
isMutable
in interface _IObjectOperations
__current
- The Current object for the invocation.public IObject proxy(Ice.Current __current)
_IObjectOperations
proxy
in interface _IObjectOperations
__current
- The Current object for the invocation.public void setId(RLong id, Ice.Current __current)
setId
in interface _IObjectOperations
public IObject shallowCopy(Ice.Current __current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
__current
- The Current object for the invocation.public void unload(Ice.Current __current)
_IObjectOperations
unload
in interface _IObjectOperations
__current
- The Current object for the invocation.public void unloadCollections(Ice.Current __current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
__current
- The Current object for the invocation.public void unloadDetails(Ice.Current __current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
__current
- The Current object for the invocation.public void addAllDetectorSet(java.util.List<Detector> targets, Ice.Current __current)
addAllDetectorSet
in interface _InstrumentOperations
public void addAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current __current)
addAllDichroicSet
in interface _InstrumentOperations
public void addAllFilterSet(java.util.List<Filter> targets, Ice.Current __current)
addAllFilterSet
in interface _InstrumentOperations
public void addAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current __current)
addAllFilterSetSet
in interface _InstrumentOperations
public void addAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current __current)
addAllInstrumentAnnotationLinkSet
in interface _InstrumentOperations
public void addAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current __current)
addAllLightSourceSet
in interface _InstrumentOperations
public void addAllOTFSet(java.util.List<OTF> targets, Ice.Current __current)
addAllOTFSet
in interface _InstrumentOperations
public void addAllObjectiveSet(java.util.List<Objective> targets, Ice.Current __current)
addAllObjectiveSet
in interface _InstrumentOperations
public void addDetector(Detector target, Ice.Current __current)
addDetector
in interface _InstrumentOperations
public void addDichroic(Dichroic target, Ice.Current __current)
addDichroic
in interface _InstrumentOperations
public void addFilter(Filter target, Ice.Current __current)
addFilter
in interface _InstrumentOperations
public void addFilterSet(FilterSet target, Ice.Current __current)
addFilterSet
in interface _InstrumentOperations
public void addInstrumentAnnotationLink(InstrumentAnnotationLink target, Ice.Current __current)
addInstrumentAnnotationLink
in interface _InstrumentOperations
public void addInstrumentAnnotationLinkToBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current __current)
addInstrumentAnnotationLinkToBoth
in interface _InstrumentOperations
public void addLightSource(LightSource target, Ice.Current __current)
addLightSource
in interface _InstrumentOperations
public void addOTF(OTF target, Ice.Current __current)
addOTF
in interface _InstrumentOperations
public void addObjective(Objective target, Ice.Current __current)
addObjective
in interface _InstrumentOperations
public void clearAnnotationLinks(Ice.Current __current)
clearAnnotationLinks
in interface _InstrumentOperations
public void clearDetector(Ice.Current __current)
clearDetector
in interface _InstrumentOperations
public void clearDichroic(Ice.Current __current)
clearDichroic
in interface _InstrumentOperations
public void clearFilter(Ice.Current __current)
clearFilter
in interface _InstrumentOperations
public void clearFilterSet(Ice.Current __current)
clearFilterSet
in interface _InstrumentOperations
public void clearLightSource(Ice.Current __current)
clearLightSource
in interface _InstrumentOperations
public void clearObjective(Ice.Current __current)
clearObjective
in interface _InstrumentOperations
public void clearOtf(Ice.Current __current)
clearOtf
in interface _InstrumentOperations
public java.util.List<InstrumentAnnotationLink> copyAnnotationLinks(Ice.Current __current)
copyAnnotationLinks
in interface _InstrumentOperations
public java.util.List<Detector> copyDetector(Ice.Current __current)
copyDetector
in interface _InstrumentOperations
public java.util.List<Dichroic> copyDichroic(Ice.Current __current)
copyDichroic
in interface _InstrumentOperations
public java.util.List<Filter> copyFilter(Ice.Current __current)
copyFilter
in interface _InstrumentOperations
public java.util.List<FilterSet> copyFilterSet(Ice.Current __current)
copyFilterSet
in interface _InstrumentOperations
public java.util.List<LightSource> copyLightSource(Ice.Current __current)
copyLightSource
in interface _InstrumentOperations
public java.util.List<Objective> copyObjective(Ice.Current __current)
copyObjective
in interface _InstrumentOperations
public java.util.List<OTF> copyOtf(Ice.Current __current)
copyOtf
in interface _InstrumentOperations
public java.util.List<InstrumentAnnotationLink> findInstrumentAnnotationLink(Annotation removal, Ice.Current __current)
findInstrumentAnnotationLink
in interface _InstrumentOperations
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
getAnnotationLinksCountPerOwner
in interface _InstrumentOperations
public Microscope getMicroscope(Ice.Current __current)
getMicroscope
in interface _InstrumentOperations
public RInt getVersion(Ice.Current __current)
getVersion
in interface _InstrumentOperations
public InstrumentAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
linkAnnotation
in interface _InstrumentOperations
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
linkedAnnotationList
in interface _InstrumentOperations
public void reloadAnnotationLinks(Instrument toCopy, Ice.Current __current)
reloadAnnotationLinks
in interface _InstrumentOperations
public void reloadDetector(Instrument toCopy, Ice.Current __current)
reloadDetector
in interface _InstrumentOperations
public void reloadDichroic(Instrument toCopy, Ice.Current __current)
reloadDichroic
in interface _InstrumentOperations
public void reloadFilter(Instrument toCopy, Ice.Current __current)
reloadFilter
in interface _InstrumentOperations
public void reloadFilterSet(Instrument toCopy, Ice.Current __current)
reloadFilterSet
in interface _InstrumentOperations
public void reloadLightSource(Instrument toCopy, Ice.Current __current)
reloadLightSource
in interface _InstrumentOperations
public void reloadObjective(Instrument toCopy, Ice.Current __current)
reloadObjective
in interface _InstrumentOperations
public void reloadOtf(Instrument toCopy, Ice.Current __current)
reloadOtf
in interface _InstrumentOperations
public void removeAllDetectorSet(java.util.List<Detector> targets, Ice.Current __current)
removeAllDetectorSet
in interface _InstrumentOperations
public void removeAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current __current)
removeAllDichroicSet
in interface _InstrumentOperations
public void removeAllFilterSet(java.util.List<Filter> targets, Ice.Current __current)
removeAllFilterSet
in interface _InstrumentOperations
public void removeAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current __current)
removeAllFilterSetSet
in interface _InstrumentOperations
public void removeAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current __current)
removeAllInstrumentAnnotationLinkSet
in interface _InstrumentOperations
public void removeAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current __current)
removeAllLightSourceSet
in interface _InstrumentOperations
public void removeAllOTFSet(java.util.List<OTF> targets, Ice.Current __current)
removeAllOTFSet
in interface _InstrumentOperations
public void removeAllObjectiveSet(java.util.List<Objective> targets, Ice.Current __current)
removeAllObjectiveSet
in interface _InstrumentOperations
public void removeDetector(Detector theTarget, Ice.Current __current)
removeDetector
in interface _InstrumentOperations
public void removeDichroic(Dichroic theTarget, Ice.Current __current)
removeDichroic
in interface _InstrumentOperations
public void removeFilter(Filter theTarget, Ice.Current __current)
removeFilter
in interface _InstrumentOperations
public void removeFilterSet(FilterSet theTarget, Ice.Current __current)
removeFilterSet
in interface _InstrumentOperations
public void removeInstrumentAnnotationLink(InstrumentAnnotationLink theTarget, Ice.Current __current)
removeInstrumentAnnotationLink
in interface _InstrumentOperations
public void removeInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current __current)
removeInstrumentAnnotationLinkFromBoth
in interface _InstrumentOperations
public void removeLightSource(LightSource theTarget, Ice.Current __current)
removeLightSource
in interface _InstrumentOperations
public void removeOTF(OTF theTarget, Ice.Current __current)
removeOTF
in interface _InstrumentOperations
public void removeObjective(Objective theTarget, Ice.Current __current)
removeObjective
in interface _InstrumentOperations
public void setMicroscope(Microscope theMicroscope, Ice.Current __current)
setMicroscope
in interface _InstrumentOperations
public void setVersion(RInt theVersion, Ice.Current __current)
setVersion
in interface _InstrumentOperations
public int sizeOfAnnotationLinks(Ice.Current __current)
sizeOfAnnotationLinks
in interface _InstrumentOperations
public int sizeOfDetector(Ice.Current __current)
sizeOfDetector
in interface _InstrumentOperations
public int sizeOfDichroic(Ice.Current __current)
sizeOfDichroic
in interface _InstrumentOperations
public int sizeOfFilter(Ice.Current __current)
sizeOfFilter
in interface _InstrumentOperations
public int sizeOfFilterSet(Ice.Current __current)
sizeOfFilterSet
in interface _InstrumentOperations
public int sizeOfLightSource(Ice.Current __current)
sizeOfLightSource
in interface _InstrumentOperations
public int sizeOfObjective(Ice.Current __current)
sizeOfObjective
in interface _InstrumentOperations
public int sizeOfOtf(Ice.Current __current)
sizeOfOtf
in interface _InstrumentOperations
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
unlinkAnnotation
in interface _InstrumentOperations
public void unloadAnnotationLinks(Ice.Current __current)
unloadAnnotationLinks
in interface _InstrumentOperations
public void unloadDetector(Ice.Current __current)
unloadDetector
in interface _InstrumentOperations
public void unloadDichroic(Ice.Current __current)
unloadDichroic
in interface _InstrumentOperations
public void unloadFilter(Ice.Current __current)
unloadFilter
in interface _InstrumentOperations
public void unloadFilterSet(Ice.Current __current)
unloadFilterSet
in interface _InstrumentOperations
public void unloadLightSource(Ice.Current __current)
unloadLightSource
in interface _InstrumentOperations
public void unloadObjective(Ice.Current __current)
unloadObjective
in interface _InstrumentOperations
public void unloadOtf(Ice.Current __current)
unloadOtf
in interface _InstrumentOperations