|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cardinality | |
|---|---|
| org.springframework.osgi.extensions.annotation | Annotation Extensions: Allows declarative injection of OSGi services through annotation. |
| org.springframework.osgi.service.importer.support | Support package for OSGi service imports. |
| Uses of Cardinality in org.springframework.osgi.extensions.annotation |
|---|
| Methods in org.springframework.osgi.extensions.annotation that return Cardinality | |
|---|---|
Cardinality |
ServiceReferenceCardinality.toCardinality()
|
| Uses of Cardinality in org.springframework.osgi.service.importer.support |
|---|
| Fields in org.springframework.osgi.service.importer.support declared as Cardinality | |
|---|---|
static Cardinality |
Cardinality.C_0__1
Optional, single cardinality. |
static Cardinality |
Cardinality.C_0__N
Optional, multiple cardinality. |
static Cardinality |
Cardinality.C_1__1
Mandatory, single cardinality. |
static Cardinality |
Cardinality.C_1__N
Mandatory, multiple cardinality. |
| Methods in org.springframework.osgi.service.importer.support that return Cardinality | |
|---|---|
Cardinality |
AbstractOsgiServiceImportFactoryBean.getCardinality()
Returns the cardinality used by this importer. |
| Methods in org.springframework.osgi.service.importer.support with parameters of type Cardinality | |
|---|---|
void |
AbstractOsgiServiceImportFactoryBean.setCardinality(Cardinality cardinality)
Sets the importer cardinality (0..1, 1..1, 0..N, or 1..N). |
void |
OsgiServiceProxyFactoryBean.setCardinality(Cardinality cardinality)
Sets the importer cardinality (0..1, 1..1, 0..N, or 1..N). Since this implementation creates a managed proxy, only single cardinalities are accepted. |
void |
OsgiServiceCollectionProxyFactoryBean.setCardinality(Cardinality cardinality)
Sets the importer cardinality (0..1, 1..1, 0..N, or 1..N). Since this implementation creates a managed collection, only multiple cardinalities are accepted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||