public interface _ChannelOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets,
Ice.Current __current) |
void |
addChannelAnnotationLink(ChannelAnnotationLink target,
Ice.Current __current) |
void |
addChannelAnnotationLinkToBoth(ChannelAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
java.util.List<ChannelAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<ChannelAnnotationLink> |
findChannelAnnotationLink(Annotation removal,
Ice.Current __current) |
RInt |
getAlpha(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RInt |
getBlue(Ice.Current __current) |
RInt |
getGreen(Ice.Current __current) |
LogicalChannel |
getLogicalChannel(Ice.Current __current) |
RString |
getLookupTable(Ice.Current __current) |
Pixels |
getPixels(Ice.Current __current) |
RInt |
getRed(Ice.Current __current) |
StatsInfo |
getStatsInfo(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
ChannelAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
void |
reloadAnnotationLinks(Channel toCopy,
Ice.Current __current) |
void |
removeAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets,
Ice.Current __current) |
void |
removeChannelAnnotationLink(ChannelAnnotationLink theTarget,
Ice.Current __current) |
void |
removeChannelAnnotationLinkFromBoth(ChannelAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
setAlpha(RInt theAlpha,
Ice.Current __current) |
void |
setBlue(RInt theBlue,
Ice.Current __current) |
void |
setGreen(RInt theGreen,
Ice.Current __current) |
void |
setLogicalChannel(LogicalChannel theLogicalChannel,
Ice.Current __current) |
void |
setLookupTable(RString theLookupTable,
Ice.Current __current) |
void |
setPixels(Pixels thePixels,
Ice.Current __current) |
void |
setRed(RInt theRed,
Ice.Current __current) |
void |
setStatsInfo(StatsInfo theStatsInfo,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
StatsInfo getStatsInfo(Ice.Current __current)
void setStatsInfo(StatsInfo theStatsInfo, Ice.Current __current)
RInt getRed(Ice.Current __current)
void setRed(RInt theRed, Ice.Current __current)
RInt getGreen(Ice.Current __current)
void setGreen(RInt theGreen, Ice.Current __current)
RInt getBlue(Ice.Current __current)
void setBlue(RInt theBlue, Ice.Current __current)
RInt getAlpha(Ice.Current __current)
void setAlpha(RInt theAlpha, Ice.Current __current)
RString getLookupTable(Ice.Current __current)
void setLookupTable(RString theLookupTable, Ice.Current __current)
LogicalChannel getLogicalChannel(Ice.Current __current)
void setLogicalChannel(LogicalChannel theLogicalChannel, Ice.Current __current)
Pixels getPixels(Ice.Current __current)
void setPixels(Pixels thePixels, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<ChannelAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addChannelAnnotationLink(ChannelAnnotationLink target, Ice.Current __current)
void addAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets, Ice.Current __current)
void removeChannelAnnotationLink(ChannelAnnotationLink theTarget, Ice.Current __current)
void removeAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Channel toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
ChannelAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addChannelAnnotationLinkToBoth(ChannelAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<ChannelAnnotationLink> findChannelAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeChannelAnnotationLinkFromBoth(ChannelAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)