org.apache.servicemix.jbi.deployer.impl
Interface Storage

All Known Implementing Classes:
SimpleStorage

public interface Storage


Method Summary
 void clear()
           
 void clear(String prefix)
           
 String get(String key)
           
 String get(String key, String def)
           
 Storage getStorage(String name)
           
 void put(String key, String value)
           
 void save()
           
 

Method Detail

get

String get(String key)

get

String get(String key,
           String def)

put

void put(String key,
         String value)

save

void save()
          throws IOException
Throws:
IOException

clear

void clear()

clear

void clear(String prefix)

getStorage

Storage getStorage(String name)


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.