|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.instrumentmiddleware.cima.extension.impl.ExtensionManager
public class ExtensionManager
| Field Summary | |
|---|---|
protected java.util.ArrayList<IParcelBodyHandler> |
handlers
|
| Constructor Summary | |
|---|---|
ExtensionManager()
|
|
| Method Summary | |
|---|---|
void |
addHandler(IParcelBodyHandler handler)
Adds the handler in the handler list. |
IParcelBodyHandler |
getHandler(org.instrumentmiddleware.cima.parcel.BodyType body)
Returns a handler for the given body type or null if no such handler is found |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.ArrayList<IParcelBodyHandler> handlers
| Constructor Detail |
|---|
public ExtensionManager()
| Method Detail |
|---|
public IParcelBodyHandler getHandler(org.instrumentmiddleware.cima.parcel.BodyType body)
IExtensionManager
getHandler in interface IExtensionManagerpublic void addHandler(IParcelBodyHandler handler)
IExtensionManager
addHandler in interface IExtensionManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||