A B C E F G I K L M P R S T U W X

A

Attributes - interface fr.imag.adele.bundle.wireadminbinder.Attributes.
A simple interface used to attain information about bundles contained in a bundle repository.
addProperty(PropertyMetadata) - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
addType(String, Class) - Method in class fr.imag.adele.bundle.wireadminbinder.XmlCommonHandler
 
addWireapp(WireAppMetadata) - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinderMetadata
 
addWireset(WireSetMetadata) - Method in class fr.imag.adele.bundle.wireadminbinder.WireAppMetadata
 

B

BaseActivator - class fr.imag.adele.bundle.wireadminbinder.BaseActivator.
 
BaseActivator() - Constructor for class fr.imag.adele.bundle.wireadminbinder.BaseActivator
 

C

ClassUtility - class fr.imag.adele.bundle.wireadminbinder.ClassUtility.
 
ClassUtility() - Constructor for class fr.imag.adele.bundle.wireadminbinder.ClassUtility
 
capitalize(String) - Static method in class fr.imag.adele.bundle.wireadminbinder.ClassUtility
This method capitalizes the first character in the provided string.
characters(char[], int, int) - Method in class fr.imag.adele.bundle.wireadminbinder.XmlCommonHandler
 
characters(char[], int, int) - Method in interface kxml.sax.KXmlSAXHandler
Method called when parsing text
classOf(String) - Static method in class fr.imag.adele.bundle.wireadminbinder.ClassUtility
This method returns the package name in a full class name

E

elements() - Method in class fr.imag.adele.bundle.wireadminbinder.ServiceReferenceDelegate
This method is unused by the filter checker
endElement(String, String, String) - Method in class fr.imag.adele.bundle.wireadminbinder.XmlCommonHandler
Method called when a tag closes
endElement(String, String, String) - Method in interface kxml.sax.KXmlSAXHandler
Method called when a tag closes

F

finalstaticOf(String) - Static method in class fr.imag.adele.bundle.wireadminbinder.ClassUtility
This method capitalizes all characters in the provided string.
fr.imag.adele.bundle.wireadminbinder - package fr.imag.adele.bundle.wireadminbinder
 

G

get(Object) - Method in class fr.imag.adele.bundle.wireadminbinder.ServiceReferenceDelegate
This method is the only one used by the filter checker
getAttribute(String) - Method in interface fr.imag.adele.bundle.wireadminbinder.Attributes
Gets the value of a attribute
getAttributeNames() - Method in interface fr.imag.adele.bundle.wireadminbinder.Attributes
Gets the names of the attributes.
getConsumersFilter() - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
getDescription() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinderMetadata
 
getDescription() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAppMetadata
 
getDescription() - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
getId() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAppMetadata
 
getId() - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
getManagedWires() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinder
 
getManagedWires(String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinder
 
getManagedWires(String, String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinder
 
getManagedWires() - Method in interface fr.imag.adele.bundle.wireadminbinder.WireAdminBinderService
 
getManagedWires(String) - Method in interface fr.imag.adele.bundle.wireadminbinder.WireAdminBinderService
 
getManagedWires(String, String) - Method in interface fr.imag.adele.bundle.wireadminbinder.WireAdminBinderService
 
getMetadata(InputStream) - Method in interface fr.imag.adele.bundle.wireadminbinder.MetadataParser
get the metadata from the inputstream to parse
getName() - Method in class fr.imag.adele.bundle.wireadminbinder.PropertyMetadata
 
getProducersFilter() - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
getProperties() - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
getRemovepolicy() - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
getRoot() - Method in class fr.imag.adele.bundle.wireadminbinder.XmlCommonHandler
 
getType() - Method in class fr.imag.adele.bundle.wireadminbinder.PropertyMetadata
 
getValue() - Method in class fr.imag.adele.bundle.wireadminbinder.PropertyMetadata
 
getWireAdminBinderMetadata() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinder
 
getWireAdminBinderMetadata() - Method in interface fr.imag.adele.bundle.wireadminbinder.WireAdminBinderService
 
getWireApps() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinderMetadata
 
getWiresets() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAppMetadata
 

I

isEmpty() - Method in class fr.imag.adele.bundle.wireadminbinder.ServiceReferenceDelegate
This method is unused by the filter checker

K

KXmlMetadataHandler - class fr.imag.adele.bundle.wireadminbinder.KXmlMetadataHandler.
handles the metadata in XML format (use kXML (http://kxml.enhydra.org/) a open-source very light weight XML parser
KXmlMetadataHandler() - Constructor for class fr.imag.adele.bundle.wireadminbinder.KXmlMetadataHandler
 
KXmlSAXHandler - interface kxml.sax.KXmlSAXHandler.
Interface for SAX handler with kXML
KXmlSAXParser - class kxml.sax.KXmlSAXParser.
The KXmlSAXParser extends the XmlParser from kxml.
KXmlSAXParser(Reader) - Constructor for class kxml.sax.KXmlSAXParser
The constructor for a parser, it receives a java.io.Reader.
keys() - Method in class fr.imag.adele.bundle.wireadminbinder.ServiceReferenceDelegate
This method is unused by the filter checker
kxml.sax - package kxml.sax
 

L

listDictionary(Dictionary, String) - Static method in class fr.imag.adele.bundle.wireadminbinder.Util
list a dictionary
listServices(PrintStream, BundleContext, String, String) - Static method in class fr.imag.adele.bundle.wireadminbinder.Util
list a subset of services and their properties

M

MetadataParser - interface fr.imag.adele.bundle.wireadminbinder.MetadataParser.
This interface defines the contract to get metadata (independance with the format (XML, serialized, properties, ...)

P

ParseException - exception fr.imag.adele.bundle.wireadminbinder.ParseException.
Exceptions thrown by the ServiceBinder.
ParseException(String) - Constructor for class fr.imag.adele.bundle.wireadminbinder.ParseException
 
PropertyMetadata - class fr.imag.adele.bundle.wireadminbinder.PropertyMetadata.
 
PropertyMetadata() - Constructor for class fr.imag.adele.bundle.wireadminbinder.PropertyMetadata
 
packageOf(String) - Static method in class fr.imag.adele.bundle.wireadminbinder.ClassUtility
This method returns the package name in a full class name
parseXML(KXmlSAXHandler) - Method in class kxml.sax.KXmlSAXParser
Parser from the reader provided in the constructor, and call the startElement and endElement in a KxmlHandler
put(Object, Object) - Method in class fr.imag.adele.bundle.wireadminbinder.ServiceReferenceDelegate
This method is unused by the filter checker

R

REMOVE_POLICY_IFDISCONNECTED - Static variable in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
indicates to delete the wire when the producer or the consumer are unregistered
REMOVE_POLICY_KEEPALIVE - Static variable in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
indicates to keep alive the wire when the producer or the consumer are unregistered
REMOVE_POLICY_WHILECONSUMER - Static variable in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
indicates to delete the wire until the consumer is unregistered
REMOVE_POLICY_WHILEPRODUCER - Static variable in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
indicates to delete the wire until the producer is unregistered
remove(Object) - Method in class fr.imag.adele.bundle.wireadminbinder.ServiceReferenceDelegate
This method is unused by the filter checker

S

ServiceReferenceDelegate - class fr.imag.adele.bundle.wireadminbinder.ServiceReferenceDelegate.
 
ServiceReferenceDelegate(ServiceReference) - Constructor for class fr.imag.adele.bundle.wireadminbinder.ServiceReferenceDelegate
 
serviceChanged(ServiceEvent) - Method in class fr.imag.adele.bundle.wireadminbinder.BaseActivator
 
setConsumersFilter(String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
setDescription(String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinderMetadata
 
setDescription(String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireAppMetadata
 
setDescription(String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
setId(String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireAppMetadata
 
setId(String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
setName(String) - Method in class fr.imag.adele.bundle.wireadminbinder.PropertyMetadata
 
setProducersFilter(String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
setRemovepolicy(String) - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
setTrace(boolean) - Method in class fr.imag.adele.bundle.wireadminbinder.KXmlMetadataHandler
 
setTrace(boolean) - Method in class fr.imag.adele.bundle.wireadminbinder.WireSet
 
setTrace(boolean) - Method in class fr.imag.adele.bundle.wireadminbinder.XmlCommonHandler
 
setType(String) - Method in class fr.imag.adele.bundle.wireadminbinder.PropertyMetadata
 
setValue(String) - Method in class fr.imag.adele.bundle.wireadminbinder.PropertyMetadata
 
size() - Method in class fr.imag.adele.bundle.wireadminbinder.ServiceReferenceDelegate
This method is unused by the filter checker
start(BundleContext) - Method in class fr.imag.adele.bundle.wireadminbinder.BaseActivator
 
startElement(String, String, String, Properties) - Method in class fr.imag.adele.bundle.wireadminbinder.XmlCommonHandler
Method called when a tag opens
startElement(String, String, String, Properties) - Method in interface kxml.sax.KXmlSAXHandler
Method called when a tag opens
stop(BundleContext) - Method in class fr.imag.adele.bundle.wireadminbinder.BaseActivator
 
stop() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinder
 
stop() - Method in class fr.imag.adele.bundle.wireadminbinder.WireApp
 
stop() - Method in class fr.imag.adele.bundle.wireadminbinder.WireSet
 

T

toString() - Method in class fr.imag.adele.bundle.wireadminbinder.PropertyMetadata
 
toString() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAdminBinderMetadata
 
toString() - Method in class fr.imag.adele.bundle.wireadminbinder.WireApp
 
toString() - Method in class fr.imag.adele.bundle.wireadminbinder.WireAppMetadata
 
toString() - Method in class fr.imag.adele.bundle.wireadminbinder.WireSet
 
toString() - Method in class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 

U

Util - class fr.imag.adele.bundle.wireadminbinder.Util.
This class helps to list services
Util() - Constructor for class fr.imag.adele.bundle.wireadminbinder.Util
 

W

WireAdminBinder - class fr.imag.adele.bundle.wireadminbinder.WireAdminBinder.
 
WireAdminBinder(BundleContext, WireAdmin, WireAdminBinderMetadata) - Constructor for class fr.imag.adele.bundle.wireadminbinder.WireAdminBinder
 
WireAdminBinderMetadata - class fr.imag.adele.bundle.wireadminbinder.WireAdminBinderMetadata.
 
WireAdminBinderMetadata() - Constructor for class fr.imag.adele.bundle.wireadminbinder.WireAdminBinderMetadata
 
WireAdminBinderService - interface fr.imag.adele.bundle.wireadminbinder.WireAdminBinderService.
 
WireApp - class fr.imag.adele.bundle.wireadminbinder.WireApp.
 
WireApp(BundleContext, WireAdmin, WireAppMetadata) - Constructor for class fr.imag.adele.bundle.wireadminbinder.WireApp
 
WireAppMetadata - class fr.imag.adele.bundle.wireadminbinder.WireAppMetadata.
 
WireSet - class fr.imag.adele.bundle.wireadminbinder.WireSet.
 
WireSet(BundleContext, WireAdmin, WireSetMetadata) - Constructor for class fr.imag.adele.bundle.wireadminbinder.WireSet
 
WireSetMetadata - class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata.
 
WireSetMetadata() - Constructor for class fr.imag.adele.bundle.wireadminbinder.WireSetMetadata
 
wireAdminBinderService - Variable in class fr.imag.adele.bundle.wireadminbinder.BaseActivator
 

X

XmlCommonHandler - class fr.imag.adele.bundle.wireadminbinder.XmlCommonHandler.
SAX handler for the XML OBR file
XmlCommonHandler() - Constructor for class fr.imag.adele.bundle.wireadminbinder.XmlCommonHandler
 

A B C E F G I K L M P R S T U W X