Module org.glassfish.ha.api
Package org.glassfish.ha.store.spi
Class ObjectInputOutputStreamFactoryRegistry
- java.lang.Object
-
- org.glassfish.ha.store.spi.ObjectInputOutputStreamFactoryRegistry
-
public class ObjectInputOutputStreamFactoryRegistry extends Object
Temporary class till we figure out how to reuse a similar class in naming module. We do not want to add a dependency on naming (because of metro)- Author:
- Mahesh Kannan
-
-
Constructor Summary
Constructors Constructor Description ObjectInputOutputStreamFactoryRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectInputOutputStreamFactorygetObjectInputOutputStreamFactory()
-
-
-
Method Detail
-
getObjectInputOutputStreamFactory
public static ObjectInputOutputStreamFactory getObjectInputOutputStreamFactory()
-
-