|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.internal.ser.ServiceSerializationHelper
public class ServiceSerializationHelper
Class used to hold a global instance of
ServiceSerializationSupport
, so that
ServiceToken
s may locate them.
Constructor Summary | |
---|---|
ServiceSerializationHelper()
|
Method Summary | |
---|---|
static ServiceSerializationSupport |
getServiceSerializationSupport()
Returns the previously stored SSS. |
static void |
setServiceSerializationSupport(ServiceSerializationSupport serviceSerializationSupport)
Stores the SSS instance for later access; if an existing SSS is already stored, then an error is logged (should be just one SSS per class loader). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceSerializationHelper()
Method Detail |
---|
public static ServiceSerializationSupport getServiceSerializationSupport()
ApplicationRuntimeException
- if no SSS has been stored.public static void setServiceSerializationSupport(ServiceSerializationSupport serviceSerializationSupport)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |