Searched defs:getProperty (Results 1 - 25 of 97) sorted by relevance

1234

/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DAlertService.java101 List<Property> getProperty(); method in interface:AlertService
H A DFilterConfig.java97 List<Property> getProperty(); method in interface:FilterConfig
H A DSessionProperties.java94 List<Property> getProperty(); method in interface:SessionProperties
H A DAppclientModule.java137 List<Property> getProperty(); method in interface:AppclientModule
H A DAuditModule.java127 List<Property> getProperty(); method in interface:AuditModule
H A DAuthRealm.java123 Property prop = me.getProperty("group-mapping"); //have to hard-code this, unfortunately :(
167 List<Property> getProperty(); method in interface:AuthRealm
H A DConnectorResource.java141 List<Property> getProperty(); method in interface:ConnectorResource
H A DConnectorService.java120 List<Property> getProperty(); method in interface:ConnectorService
H A DCustomResource.java156 List<Property> getProperty(); method in interface:CustomResource
H A DEjbTimerService.java165 List<Property> getProperty(); method in interface:EjbTimerService
H A DEvent.java153 List<Property> getProperty(); method in interface:Event
H A DJaccProvider.java139 List<Property> getProperty(); method in interface:JaccProvider
H A DJdbcResource.java145 List<Property> getProperty(); method in interface:JdbcResource
H A DListenerConfig.java120 List<Property> getProperty(); method in interface:ListenerConfig
H A DManagerProperties.java144 List<Property> getProperty(); method in interface:ManagerProperties
H A DMdbContainer.java166 List<Property> getProperty(); method in interface:MdbContainer
H A DOrb.java144 List<Property> getProperty(); method in interface:Orb
H A DPersistenceManagerFactoryResource.java148 List<Property> getProperty(); method in interface:PersistenceManagerFactoryResource
H A DProfiler.java159 List<Property> getProperty(); method in interface:Profiler
H A DResourceAdapterConfig.java143 List<Property> getProperty(); method in interface:ResourceAdapterConfig
H A DStoreProperties.java108 List<Property> getProperty(); method in interface:StoreProperties
H A DWebContainer.java100 List<Property> getProperty(); method in interface:WebContainer
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DPropertiesAccess.java57 public Map<String, Property> getProperty(); method in interface:PropertiesAccess
/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DBootstrapProperties.java110 public String getProperty(String key) { method in class:BootstrapProperties
111 return properties.getProperty(key);
130 return properties.getProperty(INSTALL_ROOT_PROP_NAME);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DCatalinaProperties.java97 public static String getProperty(String name) { method in class:CatalinaProperties
98 return properties.getProperty(name);
105 public static String getProperty(String name, String defaultValue) { method in class:CatalinaProperties
107 return properties.getProperty(name, defaultValue);
174 String value = properties.getProperty(name);
187 return System.getProperty("catalina.home",
188 System.getProperty("user.dir"));
196 return System.getProperty("catalina.config");

Completed in 127 milliseconds

1234