public class RmiCacheServerFactory extends AbstractCacheServerFactory
Constructs new RmiCacheServer
s.
fmUrl, productTypeNames, rangeEndDateTime, rangeQueryElementName, rangeStartDateTime, uniqueElementName
Constructor and Description |
---|
RmiCacheServerFactory() |
Modifier and Type | Method and Description |
---|---|
Cache |
createCache()
Create a new
Cache . |
RmiCacheServer |
createRemoteCache() |
static void |
main(String[] args) |
public RmiCacheServerFactory() throws InstantiationException
InstantiationException
public Cache createCache() throws InstantiationException
CacheFactory
Cache
.createCache
in interface CacheFactory
createCache
in class AbstractCacheServerFactory
Cache
, constructed by the implementing Factory.InstantiationException
- If the the particular Cache
can
not be created for some reason.public RmiCacheServer createRemoteCache() throws InstantiationException
InstantiationException
public static void main(String[] args)
Copyright © 1999–2017 Apache OODT. All rights reserved.