|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Instance
Field Summary | |
---|---|
static int |
INSTANCE_CREATED
|
static int |
INSTANCE_DESTROYED
|
static int |
INSTANCE_INVALID
|
static int |
INSTANCE_VALID
|
Method Summary | |
---|---|
long |
getBundleId()
Get the bundle |
Instance[] |
getChildInstances()
Get a list of child instances in case this instance is a factory |
Dependency[] |
getDependencies()
Get a list of depenencies |
InstanceMetadata |
getInstanceMetadata()
Get the instance metadata |
int |
getState()
Get the state of the instance |
Field Detail |
---|
static final int INSTANCE_CREATED
static final int INSTANCE_VALID
static final int INSTANCE_INVALID
static final int INSTANCE_DESTROYED
Method Detail |
---|
int getState()
long getBundleId()
Dependency[] getDependencies()
Instance[] getChildInstances()
InstanceMetadata getInstanceMetadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |