Searched refs:Map (Results 1 - 25 of 1129) sorted by relevance

1234567891011>>

/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DRefContainer.java43 import java.util.Map;
49 public Map<String, ResourceRef> getResourceRef();
51 public Map<String, ApplicationRef> getApplicationRef();
H A DNodeAgents.java43 import java.util.Map;
50 public Map<String, NodeAgent> getNodeAgent();
H A DAlertSubscription.java43 import java.util.Map;
48 public Map<String, ListenerConfig> getListenerConfig();
50 public Map<String, FilterConfig> getFilterConfig();
H A DServers.java45 import java.util.Map;
50 public Map<String, Server> getServer();
54 public Map<String, Server> getServersOnNode(Node param1);
H A DWorkSecurityMap.java43 import java.util.Map;
61 public Map<String, GroupMap> getGroupMap();
63 public Map<String, PrincipalMap> getPrincipalMap();
H A DApplications.java44 import java.util.Map;
56 public Map<String, Module> getModules(Class param1);
58 public Map<String, Application> getApplicationsWithSnifferType(String param1);
60 public Map<String, Application> getApplicationsWithSnifferType(String param1, boolean param2);
/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/spi/
H A DEJBContainerProvider.java43 import java.util.Map;
64 * included in the Map passed to <code>createEJBContainer</code>
77 public EJBContainer createEJBContainer(Map<?,?> properties) throws EJBException;
/glassfish-3.1.2/tests/community/jdbc/jdbcusertx/src/java/test/
H A DSimpleTest.java49 import java.util.Map;
57 Map<String,Boolean> runTest(DataSource ds, PrintWriter out);
/glassfish-3.1.2/tests/quicklook/jdbc/jdbcusertx/src/java/test/
H A DSimpleTest.java49 import java.util.Map;
57 Map<String,Boolean> runTest(DataSource ds, PrintWriter out);
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DAdHocServletInfo.java43 import java.util.Map;
72 * Returns a Map containing name and value pairs to be used in preparing
75 * @return Map containing the servlet init parameters
77 public Map<String,String> getServletInitParams();
/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/
H A DHandlerProcessingResult.java43 import java.util.Map;
68 public Map<Class<? extends Annotation>,ResultType> processedAnnotations();
H A DProcessingResult.java43 import java.util.Map;
58 * @return a Map indexed by all AnnotatedElements processed and each
61 public Map<AnnotatedElement,HandlerProcessingResult> getResults();
/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/
H A DMessageInfo.java43 import java.util.Map;
56 * constructor, and a constructor which takes a single Map argument.
61 * @see Map
98 * Get (a reference to) the Map object of this MessageInfo.
99 * Operations performed on the acquired Map must effect the
100 * Map within the MessageInfo.
102 * @return the Map object of this MessageInfo.
103 * This method never returns null. If a Map has not
105 * instantiates a Map, associates it with this MessageInfo,
108 public Map getMa
[all...]
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/web/
H A DTldProvider.java45 import java.util.Map;
65 public Map<URI, List<String>> getTldMap();
71 public Map<URI, List<String>> getTldListenerMap();
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/
H A DConfigurableNode.java49 import java.util.Map;
60 private Map dispatchTable;
63 public ConfigurableNode(Object instance, Map dispatchTable) {
69 public ConfigurableNode(Object descriptor, Map dispatchTable, XMLElement element) {
89 protected Map getDispatchTable() {
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jauth/
H A DClientAuthModule.java43 import java.util.Map;
60 * <p> Modules are passed a shared state Map that can be used
63 * The same Map instance is guaranteed to be passed to all methods
65 * each call sequence is passed its own unique shared state Map instance.
92 Map options);
109 * @param sharedState a Map for modules to save state across
117 Map sharedState)
133 * @param sharedState a Map for modules to save state across
141 Map sharedState)
152 * @param sharedState a Map fo
[all...]
H A DServerAuthModule.java43 import java.util.Map;
60 * <p> Modules are passed a shared state Map that can be used
63 * The same Map instance is guaranteed to be passed to all methods
65 * each call sequence is passed its own unique shared state Map instance.
92 Map options);
108 * @param sharedState a Map for modules to save state across
125 Map sharedState)
140 * @param sharedState a Map for modules to save state across
148 Map sharedState)
159 * @param sharedState a Map fo
[all...]
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/
H A DSystemProps.java60 public static List<Map.Entry> get()
64 //Map sortedMap = new TreeMap(p);
66 Set<Map.Entry<Object, Object>> set = p.entrySet();
67 List<Map.Entry> list = new ArrayList<Map.Entry>(set);
69 Collections.sort(list, new Comparator<Map.Entry>()
71 public int compare(Map.Entry me1, Map.Entry me2)
85 List<Map.Entry> list = get();
93 for(Map
[all...]
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/grizzly/
H A DTransports.java46 import java.util.Map;
53 public Map<String, Transport> getTransport();
55 public Map<String, SelectionKeyHandler> getSelectionKeyHandler();
/glassfish-3.1.2/common/amx-j2ee/src/main/java/org/glassfish/admin/amx/j2ee/
H A DJ2EELogicalServer.java43 import java.util.Map;
59 public void startApp(String appID, Map<String,String> optional);
68 public void stopApp(String appID, Map<String,String> optional);
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/delegate/
H A DMessagePolicyDelegate.java43 import java.util.Map;
53 public MessagePolicy getRequestPolicy(String authContextID, Map properties);
55 public MessagePolicy getResponsePolicy(String authContextID, Map properties);
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/
H A DMappedRecord.java46 * <code>java.util.Map</code>interfaces.
51 public interface MappedRecord extends Record, java.util.Map,
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DServerConnectionEnvironment.java44 import java.util.Map;
75 public ServerConnectionEnvironment(Map env) {
84 Map.Entry entry = (Map.Entry) entries.next();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/common/util/logging/
H A DLoggingConfig.java46 import java.util.Map;
70 /* update the properties to new values. properties is a Map of names of properties and
77 Map<String, String> updateLoggingProperties(Map<String, String> properties) throws IOException;
79 /* update the properties to new values for given target server.. properties is a Map of names of properties and
86 Map<String, String> updateLoggingProperties(Map<String, String> properties, String targetServer) throws IOException;
91 Map<String, String> getLoggingProperties(String targetServer) throws IOException;
96 Map<String, String> getLoggingProperties() throws IOException;
106 public void deleteLoggingProperties(Map<Strin
[all...]
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DMapBuilder.java43 import java.util.Map;
55 private final Map<K,V> map;
57 public MapBuilder(Map<K,V> map) {
73 public Map<K,V> build() {

Completed in 1992 milliseconds

1234567891011>>