|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.rcomrib.test.RcomRibInjectorTestUtil
Utility class for wrapping common operations related to Rib injection.
Constructor Summary | |
RcomRibInjectorTestUtil()
|
Method Summary | |
static RcomRibAbstractInjector |
getInjector(java.lang.String family,
java.lang.String type)
Return Injector instance given a family and type. |
static void |
inject(RibFamilyType familyType,
com.retek.rib.binding.payload.Payload payload)
Simulate Rib injection for unit testing. |
static void |
injectRemote(java.lang.String family,
java.lang.String type,
com.retek.rib.binding.payload.Payload payload)
Simulate remote Rib injection for system testing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RcomRibInjectorTestUtil()
Method Detail |
public static RcomRibAbstractInjector getInjector(java.lang.String family, java.lang.String type) throws SystemException
family
- family nametype
- message type
SystemException
public static void inject(RibFamilyType familyType, com.retek.rib.binding.payload.Payload payload) throws java.lang.Exception
familyType
- family/type identifierpayload
- payload to injector
java.lang.Exception
public static void injectRemote(java.lang.String family, java.lang.String type, com.retek.rib.binding.payload.Payload payload) throws java.lang.Exception
family
- family nametype
- message typepayload
- payload to injector
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |