|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.orb.rmi.DeserializationKernelFactory
public final class DeserializationKernelFactory
This class can be used to create a deserialization kernel based on the current JDK. Currently this factory has been tested successfully on the following operating system and VM combinations: Vendor: IBM Corporation
| Method Summary | |
|---|---|
static DeserializationKernel |
retrieveDeserializationKernel()
Try to find specific classes in the current VM and return an appropriate wrapper. |
static void |
setDeserializationEngine(java.lang.String deserializationEngine)
Set the deserialization engine to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setDeserializationEngine(java.lang.String deserializationEngine)
deserializationEngine - either auto or native, maybe prefixed with 'lazy:'.public static DeserializationKernel retrieveDeserializationKernel()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||