Searched defs:bundle (Results 1 - 25 of 43) sorted by relevance

12

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/archivist/
H A DDescriptorArchivist.java98 BundleDescriptor bundle =
100 if (!bundle.isFullFlag()) {
103 ddFile.write(bundle, os);
154 * writes a bundle descriptor
155 * @param the bundle descriptor
158 public void write(BundleDescriptor bundle, ReadableArchive in, WritableArchive out) argument
162 bundle.getClassLoader());
163 write(bundle, archivist, in, out);
167 * writes a bundle descriptor
168 * @param the bundle descripto
172 write(BundleDescriptor bundle, Archivist archivist, ReadableArchive in, WritableArchive out) argument
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/runtime/
H A DJnlpDocDescriptor.java60 public void setBundleDescriptor(BundleDescriptor bundle) { argument
61 bundleDescriptor = bundle;
H A DJavaWebStartAccessDescriptor.java126 public void setBundleDescriptor(BundleDescriptor bundle) { argument
127 bundleDescriptor = bundle;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DModuleContentValidator.java171 BundleDescriptor bundle = webService.getBundleDescriptor();
172 if( !isWsdlContent(wsdlFileUri, bundle) ) {
176 new Object[] {wsdlFileUri, webService.getName(), bundle.getWsdlDir()});
240 public boolean isWsdlContent(String uri, BundleDescriptor bundle) { argument
241 String wsdlDir = bundle.getWsdlDir();
H A DInterceptorBindingTranslator.java75 public InterceptorBindingTranslator(EjbBundleDescriptor bundle) { argument
77 ejbBundle = bundle;
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/
H A DStringManager.java96 private ResourceBundle bundle; field in class:StringManager
110 bundle = ResourceBundle.getBundle(bundleName, Locale.getDefault(), cl);
114 * Get a string from the underlying resource bundle.
129 str = bundle.getString(key);
138 * Get a string from the underlying resource bundle and format
176 * Get a string from the underlying resource bundle and format it
190 * Get a string from the underlying resource bundle and format it
205 * Get a string from the underlying resource bundle and format it
222 * Get a string from the underlying resource bundle and format it
/glassfish-3.1.2/admin/backup/src/main/java/com/sun/enterprise/backup/
H A DStringHelper.java64 return bundle.getString(s);
128 private static ResourceBundle bundle; field in class:StringHelper
135 bundle = ResourceBundle.getBundle(props);
139 LoggerHelper.warning("No resource bundle found: " + Constants.exceptionResourceBundle, e);
140 bundle = null;
/glassfish-3.1.2/build/glassfish-obr-builder/src/main/java/org/glassfish/obrbuilder/
H A DMain.java53 * 2) Reads OSGi bundle metadata for all bundles from a specified directory tree.
54 * 3) Updates the OBR with the bundle information.
84 private static void processBundle(Repository obr, File bundle) { argument
85 System.out.println("bundle = " + bundle.getAbsolutePath());
86 // TODO(Sahoo): Add bundle details to obr
90 // Existence of any of these artifact is considered a bundle
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/
H A DWebServiceRuntimeNode.java139 * bundle descriptor
142 * @param the bundle descriptor
145 BundleDescriptor bundle) {
146 WebServicesDescriptor webServices = bundle.getWebServices();
144 writeWebServiceRuntimeInfo(Node parent, BundleDescriptor bundle) argument
/glassfish-3.1.2/extras/embedded/common/installroot-builder/src/main/java/org/glassfish/uberjar/builder/installroot/
H A DInstallRootBuilder.java70 public void buildInstallRoot(Bundle bundle, String installRoot) throws Exception { argument
71 List<String> resources = getResources(bundle, resourceroot + "lib/");
73 InstallRootBuilderUtil.copy(bundle.getResource(resource).openConnection().getInputStream(),
/glassfish-3.1.2/extras/embedded/common/instanceroot-builder/src/main/java/org/glassfish/uberjar/builder/instanceroot/
H A DInstanceRootBuilder.java70 private void buildInstanceRoot(Bundle bundle, String instanceRoot) throws Exception { argument
71 List<String> resources = getResources(bundle, resourceroot);
73 InstanceRootBuilderUtil.copy(bundle.getResource(resource).openConnection().getInputStream(),
/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/
H A DCaptureSchema.java83 ResourceBundle bundle =
85 String driver=bundle.getString("STRING_ORACLE_DRIVER_NOI18N"); //NOI18N
86 String username=bundle.getString("STRING_IASCTS_NOI18N"); //NOI18N
87 String password=bundle.getString("STRING_IASCTS_NOI18N"); //NOI18N
95 if (args[i].equals(bundle.getString("CMD_FLAG_DRIVER"))) { //NOI18N
99 else if (args[i].equals(bundle.getString("CMD_FLAG_SCHEMA_NAME"))) { //NOI18N
104 else if (args[i].equals(bundle.getString("CMD_FLAG_USERNAME"))) { //NOI18N
109 else if (args[i].equals(bundle.getString("CMD_FLAG_PASSWORD"))) { //NOI18N
113 else if (args[i].equals(bundle.getString("CMD_FLAG_DBURL"))) { //NOI18N
117 else if (args[i].equals(bundle
225 pruneTableList(List tableList, ConnectionProvider cp, ResourceBundle bundle) argument
[all...]
H A DSunCmpMappingsUtils.java59 private static ResourceBundle bundle = field in class:SunCmpMappingsUtils
185 bundle.getString("ERR_DISCONNECTED_NOT_SUPPORTED"));
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbc/
H A DJDOCodeGeneratorHelper.java70 /** Calculate module name from a bundle.
73 public static String getModuleName(EjbBundleDescriptor bundle) { argument
75 Application application = bundle.getApplication();
82 String jarName = bundle.getModuleDescriptor().getArchiveUri();
85 // Remove ".jar" from the bundle's jar name.
95 * @param key the message key in the bundle.
96 * @param bundle the ejb bundle.
100 String key, EjbBundleDescriptor bundle) {
103 bundle
99 createGeneratorException( String key, EjbBundleDescriptor bundle) argument
114 createGeneratorException( String key, EjbBundleDescriptor bundle, Exception e) argument
130 createGeneratorException( String key, String beanName, EjbBundleDescriptor bundle) argument
147 createGeneratorException( String key, String beanName, EjbBundleDescriptor bundle, Exception e) argument
164 createGeneratorException( String key, String beanName, EjbBundleDescriptor bundle, Exception e, StringBuffer buf) argument
182 createGeneratorException( String key, String beanName, EjbBundleDescriptor bundle, String msg) argument
[all...]
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/ejb/
H A DDeploymentHelper.java104 * @param bundle a EjbBundleDescriptor
110 public static boolean isJavaToDatabase(EjbBundleDescriptor bundle) { argument
111 Properties userPolicy = bundle.getCMPResourceReference()
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/
H A DJCDIService.java58 public boolean isJCDIEnabled(BundleDescriptor bundle); argument
64 public JCDIInjectionContext createManagedObject(Class managedClass, BundleDescriptor bundle); argument
65 public JCDIInjectionContext createManagedObject(Class managedClass, BundleDescriptor bundle, argument
68 public void injectManagedObject(Object managedObject, BundleDescriptor bundle); argument
H A DManagedBeanManager.java82 * @param bundle BundleDescriptor (passed as object because we can't
85 public void registerRuntimeInterceptor(Object interceptorInstance, BundleDescriptor bundle); argument
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/util/
H A DOSGiObjectInputOutputStreamFactoryImpl.java74 // Since bundle id starts with 0, we use -1 to indicate a non-bundle
87 public void modifiedBundle(Bundle bundle, BundleEvent bundleEvent, Object o) {
91 public Object addingBundle(Bundle bundle, BundleEvent bundleEvent) {
92 String key = makeKey(bundle);
93 name2Id.put(key, bundle.getBundleId());
95 _logger.log(Level.FINE, "BundleTracker.addingBundle BUNDLE " + key + " ==> " + bundle.getBundleId() + " for " + bundle.getSymbolicName());
101 public void removedBundle(Bundle bundle, BundleEvent bundleEvent, Object o) {
102 String key = makeKey(bundle);
130 makeKey(Bundle bundle) argument
[all...]
/glassfish-3.1.2/deployment/javaee-core/src/main/java/org/glassfish/javaee/core/deployment/
H A DListSubComponentsCommand.java307 private Map<String, String> getModuleLevelComponents(BundleDescriptor bundle, argument
310 if (bundle instanceof WebBundleDescriptor) {
311 WebBundleDescriptor wbd = (WebBundleDescriptor)bundle;
336 } else if (bundle instanceof EjbBundleDescriptor) {
340 EjbBundleDescriptor ebd = (EjbBundleDescriptor)bundle;
/glassfish-3.1.2/extras/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/
H A DOSGiDeployedBundle.java56 private Bundle bundle; field in class:OSGiDeployedBundle
58 public OSGiDeployedBundle(Bundle bundle) { argument
59 this.bundle = bundle;
75 if (!isFragment(bundle)) {
82 if (!isFragment(bundle)) {
89 // return a non-null class loader. This will be set as TCL before the bundle is started or stopped
92 return new BundleClassLoader(bundle);
107 bundle.start(Bundle.START_TRANSIENT | Bundle.START_ACTIVATION_POLICY);
108 System.out.println("Started " + bundle);
137 private Bundle bundle; field in class:BundleClassLoader
[all...]
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/tomcat/util/res/
H A DStringManager.java97 private volatile ResourceBundle bundle; field in class:StringManager
123 if(bundle!=null) return bundle;
127 bundle = ResourceBundle.getBundle(bundleName,locale,classLoader);
129 bundle= ResourceBundle.getBundle( bundleName,Locale.US,classLoader);
131 return bundle;
134 private StringManager(ResourceBundle bundle )
136 this.bundle=bundle;
140 Get a string from the underlying resource bundle o
313 getManager(ResourceBundle bundle) argument
[all...]
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/i18n/
H A DLocalStringsImpl.java201 return bundle;
227 bundle = null;
240 // bundle! Fix: send in the class's Classloader...
241 if(bundle == null) {
243 bundle = ResourceBundle.getBundle(props, Locale.getDefault(), clazz.getClassLoader(),
248 bundle = null;
257 bundle = ResourceBundle.getBundle(props, rbcontrol);
260 bundle = null;
265 private ResourceBundle bundle; field in class:LocalStringsImpl
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/services/
H A DEjbServicesImpl.java321 private EjbInterceptor makeEjbInterceptor(Interceptor interceptor, EjbBundleDescriptor bundle) { argument
324 ejbInt.setBundleDescriptor(bundle);
/glassfish-3.1.2/common/amx-ext-impl/src/main/java/org/glassfish/admin/amx/impl/ext/
H A DRuntimeRootImpl.java453 BundleDescriptor bundle) {
455 if (bundle instanceof WebBundleDescriptor) {
456 WebBundleDescriptor wbd = (WebBundleDescriptor)bundle;
472 } else if (bundle instanceof EjbBundleDescriptor) {
473 EjbBundleDescriptor ebd = (EjbBundleDescriptor)bundle;
452 getModuleLevelComponents( BundleDescriptor bundle) argument
/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/
H A DRelayService.java67 private ResourceBundle bundle; field in class:RelayService
86 bundle = getResourceBundle(locale);
139 bundle.getString(line.substring(start, end)));
166 * <p> This method returns the resource bundle for localized Strings </p>

Completed in 1476 milliseconds

12