Searched defs:component (Results 1 - 25 of 26) sorted by relevance

12

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/
H A DStateCommandParameters.java51 public String component = null; field in class:StateCommandParameters
57 return component;
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/entity/
H A DEjbClassImplementsComponentInterface.java100 private void commonToBothInterfaces(String component, EjbDescriptor descriptor) { argument
103 Class rc = Class.forName(component, false, getVerifierContext().getClassLoader());
H A DTransactionDemarcationComponentInterface.java54 * Entity Bean transaction demarcation type for all methods of component
57 * in the bean's component interface and all the direct and indirect
58 * superinterfaces of the component interface, excluding the "getEJBHome",
71 * Entity Bean transaction demarcation type for all methods of component
74 * in the bean's component interface and all the direct and indirect
75 * superinterfaces of the component interface, excluding the "getEJBHome",
94 // in the bean's component interface and all the direct and indirect
95 // superinterfaces of the component interface, excluding the "getEJBHome",
133 * This method is responsible for the logic of the test. It is called for both local and component interfaces.
135 * @param component fo
139 commonToBothInterfaces(String component, EjbDescriptor descriptor, String methodIntf) argument
[all...]
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/session/
H A DEjbClassImplementsComponentInterface.java93 private void commonToBothInterfaces(String component, EjbSessionDescriptor descriptor) { argument
96 Class rc = Class.forName(component, false, getVerifierContext().getClassLoader());
H A DTransactionDemarcationComponentInterface.java55 * Session Bean transaction demarcation type for all methods of component
58 * in the bean's component interface and all the direct and indirect
59 * superinterfaces of the component interface, excluding the methods of
72 * Session Bean transaction demarcation type for all methods of component
75 * in the bean's component interface and all the direct and indirect
76 * superinterfaces of the component interface, excluding the methods of
96 // in the bean's component interface and all the direct and indirect
97 // superinterfaces of the component interface, excluding the methods of
168 * This method is responsible for the logic of the test. It is called for both local and component interfaces.
170 * @param component fo
175 commonToBothInterfaces(String component, EjbSessionDescriptor descriptor, String methodIntf) argument
[all...]
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/tree/
H A DFilterTreeEvent.java47 import javax.faces.component.UIComponent;
58 * @param component The <code>UIComponent</code> associated with this
61 public FilterTreeEvent(UIComponent component, List childObjects) { argument
62 super(component);
/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/tasks/
H A DComponentTask.java51 private Component component; field in class:ComponentTask
62 component = new Component();
63 components.add(component);
64 return component;
69 log("component must be specified", Project.MSG_WARN);
H A DUndeployTask.java51 private Component component; field in class:UndeployTask
79 component = new Component();
80 components.add(component);
81 return component;
86 log("name attribute or component must be specified", Project.MSG_WARN);
101 log("name attribute must be specified in component to deploy", Project.MSG_WARN);
H A DDeployTask.java52 private Component component; field in class:DeployTask
141 component = new Component();
142 components.add(component);
143 return component;
148 log("File attributes or component must be specified", Project.MSG_WARN);
165 log("File attribute must be specified in component to deploy", Project.MSG_WARN);
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/component/
H A DJavaEEServiceEngineBootstrap.java41 package com.sun.enterprise.jbi.serviceengine.component;
44 import javax.jbi.component.Bootstrap;
45 import javax.jbi.component.InstallationContext;
H A DJavaEEServiceEngineLifeCycle.java41 package com.sun.enterprise.jbi.serviceengine.component;
50 import javax.jbi.component.ComponentContext;
51 import javax.jbi.component.ComponentLifeCycle;
54 import org.jvnet.hk2.component.Habitat;
58 * implementation queries the component for the implementation of this
61 * JBI implementation and the component. The life cycle of a component begins
63 * component's implementation of this interface, and ends with the first call
93 * component. If there is none, return <code>null</code>.
102 * Initialize the component
[all...]
H A DJavaEEServiceEngine.java41 package com.sun.enterprise.jbi.serviceengine.component;
43 import javax.jbi.component.*;
63 * Get the required life cycle control implementation for this component.
64 * @return the life cycle control implementation for this component.
75 * Get the Service Unit manager for this component. If this component
77 * @return the Service Unit manager for this component, or <code>null</code>
88 * service provided by this component, through the given endpoint. The
99 /** This method is called by JBI to check if this component, in the role of
112 * @return true if this provider component ca
[all...]
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/entity/createmethod/
H A DHomeInterfaceCreateMethodExceptionMatch.java140 private boolean commonToBothInterfaces(String component, String local,EjbDescriptor descriptor) { argument
155 if (component != null) {
156 Class home = Class.forName(component, false, getVerifierContext().getClassLoader());
H A DHomeInterfaceCreateMethodMatchArgs.java141 private boolean commonToBothInterfaces(String component, String local,EjbDescriptor descriptor) { argument
153 if (component != null) {
154 Class home = Class.forName(component, false, getVerifierContext().getClassLoader());
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/entity/ejbcreatemethod/
H A DEjbCreateMethodName.java115 private boolean commonToBothInterfaces(String component, EjbEntityDescriptor descriptor) { argument
123 Class home = Class.forName(component, false, getVerifierContext().getClassLoader());
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/recovery/
H A DGMSCallBack.java75 import org.jvnet.hk2.component.Habitat;
79 private static final String component = "TRANSACTION-RECOVERY-SERVICE"; field in class:GMSCallBack
100 gmsAdapter.registerFailureRecoveryListener(component, this);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/mbeans/
H A DMBeanUtils.java125 * corresponds to this Catalina component.
127 * @param component The component for which to create a name
129 static String createManagedName(Object component) { argument
132 String className = component.getClass().getName();
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/ejb/
H A DTransactionHelper.java126 * register the component with the app server if necessary.
127 * The component argument is an array of Objects.
137 * @param component an array of Objects
140 Object preInvoke(Object component); argument
143 * de-register the component with the app server if necessary.
H A DTransactionHelperImpl.java153 * register the component with the app server only if necessary.
154 * The component argument is an array of Objects.
164 * @param component an array of Objects
167 public Object preInvoke(Object component) { argument
172 * de-register the component with the app server if necessary.
H A DEJBHelper.java149 * the component with the app server if necessary. In a non-managed environment
152 * @see TransactionHelper#preInvoke(Object component)
153 * @param component an array of Objects
156 public static Object preInvoke(Object component) { argument
157 return myHelper.preInvoke(component);
161 * to de-register the component with the app server if necessary.
344 * the component with the app server if necessary.
347 * @see TransactionHelper#preInvoke(Object component)
348 * @param component an array of Objects
351 public Object preInvoke(Object component) { argument
[all...]
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/provider/
H A DProviderUtil.java70 import org.jvnet.hk2.component.Habitat;
295 //Fix to diplay component for commands with 0 arguments.
334 static protected String getHtmlForComponent(String component, String heading, String result) { argument
335 if ((component != null) && (component.length() > 0)) {
337 result = result + component;
/glassfish-3.1.2/admingui/devtests/src/test/java/org/glassfish/admingui/devtests/
H A DMonitoringTest.java53 private static final String TRIGGER_MONITORING_SERVICE = "Enable monitoring for a component or service by selecting either LOW or HIGH. Monitoring Service and Monitoring MBeans must both be enabled to use Administration Console monitoring features.";
108 private void setMonitorLevel(String component, String monLevel, boolean isAll, String target, String targetType) { argument
114 selectTableRowByValue("form1:basicTable", component, MONITOR_COMP_SELECT_ID, MONITOR_COMP_COL_ID);
129 String id = getTableRowByValue("form1:basicTable", component, MONITOR_COMP_COL_ID);
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/common/util/admin/
H A DMapInjectionResolver.java47 import org.jvnet.hk2.component.ComponentException;
48 import com.sun.hk2.component.InjectionResolver;
53 import org.jvnet.hk2.component.Inhabitant;
54 import org.jvnet.hk2.component.MultiMap;
92 public <V> V getValue(Object component, Inhabitant<?> onBehalfOf, AnnotatedElement target, Type genericType, Class<V> type) throws ComponentException { argument
136 return (V) getParamField(component, target);
252 * @param component command class object
257 static Object getParamField(final Object component, argument
263 return ((Field) annotated).get(component);
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DCommandRunnerImpl.java76 import org.jvnet.hk2.component.*;
77 import com.sun.hk2.component.InjectionResolver;
1327 public <V> V getValue(Object component, Inhabitant<?> onBehalfOf, AnnotatedElement target, Type genericType, Class<V> type) throws ComponentException { argument
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/callbackhandler/
H A DCallbackGUIBindings.java144 private JComponent component = null; field in class:CallbackGUIBindings.Binding
163 * Creates a JScrollPane containing the specified component with no
166 * @return the JScrollPane holding the component
173 * Creates a JScrollPane containing a column header and the specified component.
176 * @return the JScrollPane with the specified header and component
189 if (component == null) {
190 component = createComponent();
192 return component;

Completed in 660 milliseconds

12