Searched defs:store (Results 1 - 25 of 63) sorted by relevance

123

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/security/store/
H A DIdentityManagement.java41 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 DAsadminTruststore.java41 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 DZipStorage.java77 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 DFileStoreTransaction.java41 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 DReplicatedBackingStoreFactory.java41 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 DGlassFishKeyMapper.java41 package org.shoal.ha.store;
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DSFSBTxCheckpointCoordinator.java49 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 DSFSBUUIDUtil.java47 package com.sun.ejb.spi.sfsb.store;
H A DMonitorableSFSBStore.java41 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 DClassInfo.java41 package org.glassfish.ha.store.apt.processor;
H A DMethodInfo.java41 package org.glassfish.ha.store.apt.processor;
46 import org.glassfish.ha.store.annotations.Attribute;
H A DMethodVisitor.java41 package org.glassfish.ha.store.apt.processor;
H A DStoreEntryAnnotationProcessor.java41 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 DStoreEntryAnnotationProcessorFactory.java41 package org.glassfish.ha.store.apt.processor;
67 return Collections.singletonList("org.glassfish.ha.store.annotations.StoreEntry");
H A DClassVisitor.java41 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 DReplicationStoreProxy2.java41 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 DShoalBackingStoreProxy.java41 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 DRuntimeEndpointInfoRegistryImpl.java58 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 DCorrelatedInSelectPlan.java59 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 DApplicationConfigInfo.java57 * 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 DSFSBContainerInitialization.java47 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 DModelerSource.java104 public void store() { method in class:ModelerSource
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/
H A DACLSingletonProvider.java87 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 DLoginInfoStore.java46 * 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 DStorableGenerator.java41 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;");

Completed in 48 milliseconds

123