| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.service.importer.support |
Support package for OSGi service imports.
|
| Modifier and Type | Field and Description |
|---|---|
private MemberType |
OsgiServiceCollectionProxyFactoryBean.memberType |
| Modifier and Type | Method and Description |
|---|---|
MemberType |
OsgiServiceCollectionProxyFactoryBean.getMemberType()
Sets the member type of this service collection.
|
static MemberType |
MemberType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MemberType[] |
MemberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OsgiServiceCollectionProxyFactoryBean.setMemberType(MemberType type)
Sets the member type of this service collection.
|