org.apache.servicemix.store.hazelcast
Class HazelcastStoreFactory

java.lang.Object
  extended by org.apache.servicemix.store.base.BaseStoreFactory
      extended by org.apache.servicemix.store.hazelcast.HazelcastStoreFactory
All Implemented Interfaces:
StoreFactory

public class HazelcastStoreFactory
extends BaseStoreFactory

Author:
iocanel

Field Summary
static java.lang.String STORE_PREFIX
           
 
Fields inherited from class org.apache.servicemix.store.base.BaseStoreFactory
storeListeners
 
Constructor Summary
HazelcastStoreFactory()
           
 
Method Summary
 void close(Store store)
          Closes a Store with the specified name,
 com.hazelcast.core.HazelcastInstance getHazelcastInstance()
           
 long getTimeout()
           
 Store open(java.lang.String name)
          Opens a Store with the specified name.
 void setHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance)
           
 void setTimeout(long timeout)
           
 
Methods inherited from class org.apache.servicemix.store.base.BaseStoreFactory
getStoreListeners, setStoreListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STORE_PREFIX

public static final java.lang.String STORE_PREFIX
See Also:
Constant Field Values
Constructor Detail

HazelcastStoreFactory

public HazelcastStoreFactory()
Method Detail

open

public Store open(java.lang.String name)
           throws java.io.IOException
Description copied from interface: StoreFactory
Opens a Store with the specified name.

Returns:
Throws:
java.io.IOException

close

public void close(Store store)
           throws java.io.IOException
Description copied from interface: StoreFactory
Closes a Store with the specified name,

Throws:
java.io.IOException

getTimeout

public long getTimeout()

setTimeout

public void setTimeout(long timeout)

getHazelcastInstance

public com.hazelcast.core.HazelcastInstance getHazelcastInstance()

setHazelcastInstance

public void setHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance)


Copyright © 2005-2011 FuseSource. All Rights Reserved.