Uses of Class
aQute.libg.remote.Area
-
Packages that use Area Package Description aQute.libg.remote aQute.libg.remote.sink aQute.libg.remote.source -
-
Uses of Area in aQute.libg.remote
Methods in aQute.libg.remote that return Area Modifier and Type Method Description Area
Sink. createArea(java.lang.String areaId)
Create a new areaArea
Sink. getArea(java.lang.String areaId)
Get a specific areaMethods in aQute.libg.remote that return types with arguments of type Area Modifier and Type Method Description java.util.Collection<? extends Area>
Sink. getAreas()
Return a list of areasMethods in aQute.libg.remote with parameters of type Area Modifier and Type Method Description void
Source. event(Event e, Area area)
-
Uses of Area in aQute.libg.remote.sink
Subclasses of Area in aQute.libg.remote.sink Modifier and Type Class Description class
AreaImpl
Methods in aQute.libg.remote.sink that return types with arguments of type Area Modifier and Type Method Description java.util.Collection<? extends Area>
RemoteSink. getAreas()
-
Uses of Area in aQute.libg.remote.source
Methods in aQute.libg.remote.source with parameters of type Area Modifier and Type Method Description void
RemoteSource. event(Event e, Area area)
-