Examples of Component

  • org.codehaus.plexus.component.annotations.Component
  • org.dmd.mvw.tools.mvwgenerator.extended.Component
  • org.eclipse.sapphire.samples.architecture.Component
    @author Konstantin Komissarchik
  • org.eclipse.uml2.uml.Component
  • org.exoplatform.container.xml.Component
    @author Tuan Nguyen (tuan08@users.sourceforge.net) @since Apr 18, 2005 @version $Id: Component.java 5799 2006-05-28 17:55:42Z geaz $
  • org.exoplatform.webui.config.Component
    Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 4, 2006
  • org.ggp.base.util.propnet.architecture.Component
    The root class of the Component hierarchy, which is designed to represent nodes in a PropNet. The general contract of derived classes is to override all methods.
  • org.grouplens.grapht.Component
  • org.gwtoolbox.ioc.core.client.annotation.Component
  • org.hibernate.envers.test.entities.customtype.Component
    @author Adam Warski (adam at warski dot org)
  • org.hibernate.mapping.Component
    The mapping for a component, composite element, composite identifier, etc. @author Gavin King @author Steve Ebersole
  • org.hibernate.metamodel.domain.Component
    Models the notion of a component (what JPA calls an Embeddable).

    NOTE : Components are not currently really hierarchical. But that is a feature I want to add. @author Steve Ebersole

  • org.ice4j.ice.Component
  • org.jboss.as.ee.component.Component
    Common contract for an EE component. Implementations of this will be available as a service and can be used as the backing for a JNDI ObjectFactory reference. @author John Bailey @author Carlo de Wolf @author David M. Lloyd
  • org.jboss.dashboard.factory.Component
    This class holds all the properties regarding a Factory bean definition. Such definition is usually implemented by means of a .properties file inside the etc/factory directory..
  • org.jboss.dna.jcr.xpath.XPath.Component
  • org.jboss.seam.Component
    Metamodel class for component classes. A Seam component is any class with a @Name annotation. @author Thomas Heute @author Gavin King
  • org.jtalks.common.model.entity.Component
  • org.milyn.edisax.model.internal.Component
  • org.modeshape.jcr.query.xpath.XPath.Component
  • org.mule.api.component.Component
    A Component component processes a {@link MuleEvent} by invoking thecomponent instance that has been configured, optionally returning a result.

    Implementations of Component can use different types of component implementation, implement component instance pooling or implement bindings which allow for service composition.

  • org.netbeans.server.componentsmatch.Component
    Issuezilla component with assigned numbers of issues @author Petr Zajac @author Jindrich Sedek
  • org.objectweb.fractal.api.Component
  • org.olat.core.gui.components.Component
    Description:
    @author Felix Jost
  • org.openxri.config.Component
    Server components are pluggable parts of the OpenXRI server. They include: - Server - Store - URIMapper - Plugin @author =peacekeeper
  • org.osgi.service.component.annotations.Component
  • org.restlet.Component
    estlet.org/schemas/2.0/Component">online and inside the API JAR under the "org.restlet.Component.xsd" name. Here is a sample of XML configuration:
     <?xml version="1.0"?> <component xmlns="http://www.restlet.org/schemas/2.0/Component"> <client protocol="CLAP" /> <client protocol="FILE" /> <client protocols="HTTP HTTPS" /> <server protocols="HTTP HTTPS" /> <defaultHost> <attach uriPattern="/abcd/{xyz}"  targetClass="org.restlet.test.MyApplication" /> <attach uriPattern="/efgh/{xyz}" targetDescriptor="clap://class/org/restlet/test/MyApplication.wadl" /> </defaultHost> </component> 

    Components also have useful services associated. They are all enabled by default and are available as properties that can be eventually overridden: Concurrency note: instances of this class or its subclasses can be invoked by several threads at the same time and therefore must be thread-safe. You should be especially careful when storing state in member variables. @see Source dissertation @author Jerome Louvel
  • org.seattlegamer.spacegame.core.Component
  • org.servicemix.jbi.deployment.Component
    @version $Revision: 174 $
  • org.sonar.api.component.Component
  • org.sonar.core.persistence.migration.v50.Component
  • org.sonar.wsclient.component.Component
  • org.sonatype.nexus.component.model.Component
    An {@link Entity} that may contain any number of {@link Asset}s.
  • org.springframework.stereotype.Component
  • org.springmodules.xt.ajax.component.Component
    Interface representing a web component to render. @author Sergio Bossa
  • org.terasology.entitySystem.Component
    A Component is (a collection of) data that @author Immortius
  • org.tubo.resource.component.Component
    Created: Jun 17, 2005 6:05:40 AM Last Modification Date: $Date: 2006-10-26 01:10:31 -0500 (Thu, 26 Oct 2006) $ @author jlorenzo (jvlio@users.sourceforge.net) @version $Revision: 49 $
  • org.vraptor.annotations.Component
  • org.waveprotocol.wave.federation.Proto.ProtocolDocumentOperation.Component
  • org.waveprotocol.wave.federation.ProtocolDocumentOperation.Component
  • org.waveprotocol.wave.model.operation.testing.StringDomain.StringOp.Component
  • org.wso2.carbon.ui.deployment.beans.Component
  • org.wso2.carbon.utils.component.xml.Component
  • org.xmatthew.spy2servers.core.Component
    Component interface. ����ӿڣ��ṩ����Ļ�����������״̬��ء� �����������Ҫʵ�ָýӿڡ� @author Matthew Xie
  • org.xmpp.component.Component
    Component enhance the functionality of an XMPP server. Components are JavaBeans and will have their properties exposed as ad-hoc commands. @author Matt Tucker
  • org.xulfaces.annotation.faces.COMPONENT
  • org.zkoss.zk.ui.Component
    An UI component.

    There are two kind of life-cycles: one is page creations and the other is asynchronous updates.

    The Page Creation

    The page creation occurs when a page is about to render at the first time. The detailed phases can be found in the devloper's guide.

    The Asynchronous Update

    The asynchronous update occurs when users does something on the browser, such as changing the content of input, clicking buttons and so on. Such behaviors are packed as requests, queue in the browser, and then send to the server at the proper time. The detailed phases can be found in the developer's guide.

    No Synchronization Required

    To simplify the development of components and applications, invocations of methods of components and event listener are all serialized. In other words, application and component developers need not worry synchronization and other thread issues (unless you are developing background thread to handle long operations).

    It also implies a limitation that you cannot access components belonging to other desktops when processing an event. @author tomyeh

  • pivot.wtk.Component
    Top level abstract base class for all components. In MVC terminology, a component represents the "controller". It has no inherent visual representation and acts as an intermediary between the component's data (the "model") and the skin, an implementation of {@link Skin} which serves asthe "view".

    TODO Add a contains() method or some equivalent that will support mouse interaction with non-rectangular components.

  • plan_runner.components.Component
  • railo.runtime.Component
    interface for a Component
  • sw_digitalworks.Model.Component
    @author Robi @version 1.0 @created 22-febr.-2011 16:10:31
  • tridion.contentmanager.contentmanagement.Component

  • Examples of org.ggp.base.util.propnet.architecture.Component

          Map<GdlSentence, Component> components, Map<GdlSentence, Component> negations, Constant trueComponent,
          Constant falseComponent) throws InterruptedException {
        boolean changedSomething = false;
        for(Entry<GdlSentence, Component> entry : components.entrySet()) {
          if(entry.getKey().getName() == TRUE) {
            Component comp = entry.getValue();
            if(comp.getInputs().size() == 0) {
              comp.addInput(falseComponent);
              falseComponent.addOutput(comp);
              changedSomething = true;
            }
          }
        }
    View Full Code Here

    Examples of org.grouplens.grapht.Component

            if (entry == null) {
                // don't save to disk if it isn't shared
                entry = new CacheEntry(node, false);
            }

            Component label = node.getLabel();
            Satisfaction satisfaction = label.getSatisfaction();
            if (satisfaction.hasInstance()) {
                return node;
            }
            Object obj;
            try {
                obj = entry.getObject(node);
            } catch (IOException e) {
                throw new RuntimeException("Cache I/O error", e);
            }

            Satisfaction instanceSat;
            if (obj == null) {
                instanceSat = Satisfactions.nullOfType(satisfaction.getErasedType());
            } else {
                instanceSat = Satisfactions.instance(obj);
            }
            Component newLabel = Component.create(instanceSat, label.getCachePolicy());
            // build new node with replacement label
            DAGNodeBuilder<Component,Dependency> bld = DAGNode.newBuilder(newLabel);
            // retain all non-transient edges
            for (DAGEdge<Component, Dependency> edge: node.getOutgoingEdges()) {
                if (!GraphtUtils.edgeIsTransient(edge)) {
    View Full Code Here

    Examples of org.gwtoolbox.ioc.core.client.annotation.Component

        }

        protected SimpleComponentDefinition loadComponentDefinition(EasyTreeLogger logger, JClassType type, TypeOracle typeOracle)
            throws UnableToCompleteException {

            Component component = type.getAnnotation(Component.class);
            String name = component.name();
            if ("".equals(name)) {
                name = StringUtils.uncapitalize(type.getSimpleSourceName());
            }
            SimpleComponentDefinition definition = new SimpleComponentDefinition(name, type, component.scope() == Scope.SINGLETON);
            definition.setLazy(component.lazyInit());
            String initMethodName = component.initMethodName();
            if (!"".equals(initMethodName)) {
                definition.setInitMethodName(initMethodName);
            }
            String disposeMethodName = component.disposeMethodName();
            if (!"".equals(disposeMethodName)) {
                definition.setDisposeMethodName(disposeMethodName);
            }

            componentProcessor.process(logger, definition, typeOracle);
    View Full Code Here

    Examples of org.hibernate.envers.test.entities.customtype.Component

            CompositeCustomTypeEntity ccte = new CompositeCustomTypeEntity();

            // Revision 1 (persisting 1 entity)
            em.getTransaction().begin();

            ccte.setComponent(new Component("a", 1));

            em.persist(ccte);

            em.getTransaction().commit();

            // Revision 2 (changing the component)
            em.getTransaction().begin();

            ccte = em.find(CompositeCustomTypeEntity.class, ccte.getId());

            ccte.getComponent().setProp1("b");

            em.getTransaction().commit();

            // Revision 3 (replacing the component)
            em.getTransaction().begin();

            ccte = em.find(CompositeCustomTypeEntity.class, ccte.getId());

            ccte.setComponent(new Component("c", 3));

            em.getTransaction().commit();

            //
    View Full Code Here

    Examples of org.hibernate.mapping.Component

            int dotIndex = name.lastIndexOf( '.' );
            String reducedName = name.substring( 0, dotIndex );
            Value value = pc.getRecursiveProperty( reducedName ).getValue();
            Iterator parentPropIter;
            if ( value instanceof Component ) {
              Component comp = (Component) value;
              parentPropIter = comp.getPropertyIterator();
            }
            else if ( value instanceof ToOne ) {
              ToOne toOne = (ToOne) value;
              PersistentClass referencedPc = mappings.getClass( toOne.getReferencedEntityName() );
              if ( toOne.getReferencedPropertyName() != null ) {
    View Full Code Here

    Examples of org.hibernate.metamodel.domain.Component

      private void bindComponent(ComponentAttributeSource attributeSource, AttributeBindingContainer container) {
        final String attributeName = attributeSource.getName();
        SingularAttribute attribute = container.getAttributeContainer().locateComponentAttribute( attributeName );
        if ( attribute == null ) {
          final Component component = new Component(
              attributeSource.getPath(),
              attributeSource.getClassName(),
              attributeSource.getClassReference(),
              null // component inheritance not YET supported
          );
    View Full Code Here

    Examples of org.ice4j.ice.Component

            IceMediaStream stream = iceAgent.getAgent().getStream(name);
            MediaFormat format = streamNameToMediaFormats.get(name);
            Byte payloadTypeId = streamNameToPayloadTypeId.get(name);
            if( stream == null || format == null || payloadTypeId == null )
              throw new IOException("Stream \"" + name + "\" not found.");
            Component rtpComponent = stream.getComponent(org.ice4j.ice.Component.RTP);
            Component rtcpComponent = stream.getComponent(org.ice4j.ice.Component.RTCP);
           
            if( rtpComponent == null )
              throw new IOException("RTP component not found.");
            if( rtcpComponent == null )
              throw new IOException("RTCP Component not found.");

            CandidatePair rtpPair = rtpComponent.getSelectedPair();
            CandidatePair rtcpPair = rtcpComponent.getSelectedPair();

    //        System.out.println( "RTP : L " + rtpPair.getLocalCandidate().getDatagramSocket().getLocalPort() + " <-> " + rtpPair.getRemoteCandidate().getTransportAddress() + " R " );
    //        System.out.println( "RTCP: L " + rtcpPair.getLocalCandidate().getDatagramSocket().getLocalPort() + " <-> " + rtcpPair.getRemoteCandidate().getTransportAddress() + " R " );
           
            return startStream( name,
    View Full Code Here

    Examples of org.jboss.as.ee.component.Component

            this.componentInstanceReference = componentInstanceReference;
        }

        public Object processInvocation(final InterceptorContext context) throws Exception {
            final AtomicReference<ComponentInstance> componentInstanceReference = this.componentInstanceReference;
            final Component component = context.getPrivateData(Component.class);
            final ComponentInstance componentInstance = component.createInstance();
            boolean ok = false;
            try {
                context.putPrivateData(ComponentInstance.class, componentInstance);
                componentInstanceReference.set(componentInstance);
                final Object result = context.proceed();
    View Full Code Here

    Examples of org.jboss.dashboard.factory.Component

         * @see javax.servlet.jsp.tagext.TagSupport
         */
        public int doEndTag() throws JspException {
            String beanName = getBean();
            ComponentsTree componentsTree = Application.lookup().getGlobalFactory().getTree();
            Component component = componentsTree.getComponent(beanName);
            if (component == null) {
                log.error("Cannot write to component " + beanName + " as it doesn't exist.");
            } else {
                try {
                    component.setProperty(getProperty(), new String[]{getPropValue()});
                } catch (Exception e) {
                    log.error("Error: ", e);
                }
            }
            return EVAL_PAGE;
    View Full Code Here

    Examples of org.jboss.dna.jcr.xpath.XPath.Component

        protected Component parseXPath( TokenStream tokens ) {
            return parseExpr(tokens);
        }

        protected Component parseExpr( TokenStream tokens ) {
            Component result = parseExprSingle(tokens);
            if (tokens.matches(',')) {
                throw new ParsingException(tokens.nextPosition(), "Multiple XPath expressions are not supported");
            }
            return result;
        }
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.