/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/security/store/ |
H A D | IdentityManagement.java | 41 package com.sun.enterprise.security.store; 54 /** Returns the master password as a character array. The master password is what unlocks the secure store
|
H A D | AsadminTruststore.java | 41 package com.sun.enterprise.security.store; 61 * This class delegates the work of actually opening the trust store to 151 _keyStore.store(boutput, _password);
|
/glassfish-3.1.2/admin/backup/src/main/java/com/sun/enterprise/backup/ |
H A D | ZipStorage.java | 77 void store() throws BackupException { method in class:ZipStorage
|
/glassfish-3.1.2/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/ |
H A D | FileStoreTransaction.java | 41 package org.glassfish.ha.store.adapter.file; 43 import org.glassfish.ha.store.api.BackingStoreException; 44 import org.glassfish.ha.store.api.BackingStoreTransaction; 54 //For FileStore, store.save() immediately saves the data without checking for Tx.
|
/glassfish-3.1.2/ha/ha-shoal-store/src/main/java/org/shoal/ha/store/ |
H A D | ReplicatedBackingStoreFactory.java | 41 package org.shoal.ha.store; 44 import org.glassfish.ha.store.api.*; 48 import org.shoal.adapter.store.ReplicatedBackingStore; 49 import org.shoal.adapter.store.StoreableReplicatedBackingStore; 58 @Service(name="shoal-backing-store-factory")
|
H A D | GlassFishKeyMapper.java | 41 package org.shoal.ha.store;
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
H A D | SFSBTxCheckpointCoordinator.java | 49 import org.glassfish.ha.store.api.BackingStore; 50 import org.glassfish.ha.store.api.BackingStoreException; 51 import org.glassfish.ha.store.util.SimpleMetadata; 97 st.store.save(st.key, st.state, st.isNew); 118 BackingStore<Serializable, SimpleMetadata> store; field in class:SFSBTxCheckpointCoordinator.StoreAndBeanState 123 BackingStore<Serializable, SimpleMetadata> store, SimpleMetadata state, 126 this.store = store; 122 StoreAndBeanState(Serializable key, BackingStore<Serializable, SimpleMetadata> store, SimpleMetadata state, boolean isNew) argument
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/sfsb/store/ |
H A D | SFSBUUIDUtil.java | 47 package com.sun.ejb.spi.sfsb.store;
|
H A D | MonitorableSFSBStore.java | 41 package com.sun.ejb.spi.sfsb.store;
|
/glassfish-3.1.2/ha/ha-apt/src/main/java/org/glassfish/ha/store/apt/processor/ |
H A D | ClassInfo.java | 41 package org.glassfish.ha.store.apt.processor;
|
H A D | MethodInfo.java | 41 package org.glassfish.ha.store.apt.processor; 46 import org.glassfish.ha.store.annotations.Attribute;
|
H A D | MethodVisitor.java | 41 package org.glassfish.ha.store.apt.processor;
|
H A D | StoreEntryAnnotationProcessor.java | 41 package org.glassfish.ha.store.apt.processor; 53 import org.glassfish.ha.store.annotations.Attribute; 54 import org.glassfish.ha.store.annotations.Version; 55 import org.glassfish.ha.store.apt.generators.StorableGenerator; 56 import org.glassfish.ha.store.apt.generators.StoreEntryMetadataGenerator;
|
H A D | StoreEntryAnnotationProcessorFactory.java | 41 package org.glassfish.ha.store.apt.processor; 67 return Collections.singletonList("org.glassfish.ha.store.annotations.StoreEntry");
|
H A D | ClassVisitor.java | 41 package org.glassfish.ha.store.apt.processor;
|
/glassfish-3.1.2/ha/ha-shoal-cache-bootstrap/src/main/java/org/glassfish/ha/store/adapter/cache/ |
H A D | ReplicationStoreProxy2.java | 41 package org.glassfish.ha.store.adapter.cache; 47 import org.glassfish.ha.store.api.*; 48 import org.glassfish.ha.store.spi.BackingStoreFactoryRegistry; 86 BackingStoreFactory storeFactory = habitat.getComponent(BackingStoreFactory.class, "shoal-backing-store-factory"); 116 BackingStoreFactory storeFactory = habitat.getComponent(BackingStoreFactory.class, "shoal-backing-store-factory");
|
H A D | ShoalBackingStoreProxy.java | 41 package org.glassfish.ha.store.adapter.cache; 46 import org.glassfish.ha.store.api.*; 47 import org.glassfish.ha.store.spi.BackingStoreFactoryRegistry; 86 BackingStoreFactory storeFactory = habitat.getComponent(BackingStoreFactory.class, "shoal-backing-store-factory"); 115 BackingStoreFactory storeFactory = habitat.getComponent(BackingStoreFactory.class, "shoal-backing-store-factory");
|
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/ |
H A D | RuntimeEndpointInfoRegistryImpl.java | 58 private Hashtable store; field in class:RuntimeEndpointInfoRegistryImpl 64 store = new Hashtable(5); 78 Map runtimeEndpointInfoTable = (Map)store.get(service); 81 store.put(service, runtimeEndpointInfoTable); 98 Map runtimeInfoTable = (Map)store.get(service);
|
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/generator/ |
H A D | CorrelatedInSelectPlan.java | 59 SQLStoreManager store, 63 super(desc, store, parentField, parentPlan); 58 CorrelatedInSelectPlan(RetrieveDesc desc, SQLStoreManager store, ForeignFieldDesc parentField, SelectQueryPlan parentPlan) argument
|
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/ |
H A D | ApplicationConfigInfo.java | 57 * This class encapsulates the dependencies on exactly how we store that 126 public void store(final Properties appProps) { method in class:ApplicationConfigInfo
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/container/ |
H A D | SFSBContainerInitialization.java | 47 import org.glassfish.ha.store.api.BackingStore; 48 import org.glassfish.ha.store.util.SimpleMetadata; 67 public void setBackingStore(BackingStore<Serializable, SimpleMetadata> store); argument
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/modules/ |
H A D | ModelerSource.java | 104 public void store() { method in class:ModelerSource
|
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/ |
H A D | ACLSingletonProvider.java | 87 private final Map<ClassLoader, T> store = new Hashtable<ClassLoader, T>(); field in class:ACLSingletonProvider.ACLSingleton 107 T instance = store.get(acl); 183 store.put(getClassLoader(), object); 188 store.remove(getClassLoader()); 193 return store.containsKey(getClassLoader());
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/management/client/prefs/ |
H A D | LoginInfoStore.java | 46 * to access and mutate the store. The general contract of store update comprises of the following: 48 * <li> The store can contain at the most one LoginInfo for a host and port combination </li> 49 * <li> There is <i> no guarantee </i> that concurrent modification of this store by two 57 * Returns a {@link LoginInfo} corresponding to the given host and port, from this store. 59 * one LoginInfo in this store. 63 * @throws StoreException if there is something wrong with reading the store 69 * Removes the {@link LoginInfo} corresponding to the given host and port, from this store. 72 * Upon successful return, size of this store decreases by one. 75 * @throws StoreException if there is something wrong with reading the store o 90 public void store(final LoginInfo login) throws StoreException; method in interface:LoginInfoStore 104 public void store(final LoginInfo login, final boolean overwrite) throws StoreException; method in interface:LoginInfoStore [all...] |
/glassfish-3.1.2/ha/ha-apt/src/main/java/org/glassfish/ha/store/apt/generators/ |
H A D | StorableGenerator.java | 41 package org.glassfish.ha.store.apt.generators; 47 import org.glassfish.ha.store.apt.processor.ClassVisitor; 66 println("import org.glassfish.ha.store.spi.Storable;"); 67 println("import org.glassfish.ha.store.MutableStoreEntry;");
|