|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.ipojo.handlers.dependency.ServiceUsage.Usage
public static class ServiceUsage.Usage
Structure contained in the Thread Local.
| Field Summary | |
|---|---|
(package private) int |
m_componentStack
Tracks the number of component method called in the current thread. |
(package private) java.lang.Object |
m_object
Object to inject. |
(package private) int |
m_stack
Stack Size. |
| Constructor Summary | |
|---|---|
ServiceUsage.Usage()
|
|
| Method Summary | |
|---|---|
void |
clear()
Clear the service object array. |
boolean |
dec()
Decrement the stack level. |
boolean |
decComponentStack()
Decrement the component stack level. |
void |
inc()
Increment the stack level from the first service get. |
void |
incComponentStack()
Increment the component stack level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int m_stack
java.lang.Object m_object
int m_componentStack
| Constructor Detail |
|---|
public ServiceUsage.Usage()
| Method Detail |
|---|
public void inc()
public void incComponentStack()
public boolean dec()
public boolean decComponentStack()
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||