Searched defs:storeName (Results 1 - 7 of 7) sorted by relevance
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/authenticator/ |
H A D | HASSOFactory.java | 98 String persistenceType, String storeName, Habitat habitat) { 113 conf.setStoreName(storeName) 97 getSsoEntryMetadataBackingStore( String persistenceType, String storeName, Habitat habitat) argument
|
/glassfish-3.1.2/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/ |
H A D | FileBackingStoreFactory.java | 66 static FileBackingStore getFileBackingStore(String storeName) { argument 67 return _stores.get(storeName); 70 static void removemapping(String storeName) { argument 71 _stores.remove(storeName);
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/ |
H A D | FileStore.java | 118 private static final String storeName = "fileStore"; field in class:FileStore 183 return(storeName);
|
H A D | JDBCStore.java | 95 protected static final String storeName = "JDBCStore"; field in class:JDBCStore 228 return(storeName);
|
H A D | StoreBase.java | 115 protected static String storeName = "StoreBase"; 123 protected String storeName = "StoreBase"; field in class:StoreBase 165 return(storeName);
|
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/session/management/ |
H A D | ReplicationManagerBase.java | 74 public abstract <T extends Serializable> void createBackingStore(String persistenceType, String storeName, Class<T> metadataClass, HashMap vendorMap); argument
|
H A D | ReplicationWebEventPersistentManager.java | 261 public <T extends Serializable> void createBackingStore(String persistenceType, String storeName, Class<T> metadataClass, HashMap vendorMap) { argument 263 _logger.fine("Create backing store invoked with persistence type " + persistenceType + " and store name " + storeName); 272 conf.setStoreName(storeName)
|
Completed in 18 milliseconds