Package com.sun.enterprise.tools.common.dd

Examples of com.sun.enterprise.tools.common.dd.EjbRef


  public void validate() throws org.netbeans.modules.schema2beans.ValidateException {
    boolean restrictionFailure = false;
    // Validating property ejbRef
    for (int _index = 0; _index < sizeEjbRef(); ++_index) {
      EjbRef element = getEjbRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property resourceRef
    for (int _index = 0; _index < sizeResourceRef(); ++_index) {
      ResourceRef element = getResourceRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property resourceEnvRef
    for (int _index = 0; _index < sizeResourceEnvRef(); ++_index) {
      ResourceEnvRef element = getResourceEnvRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property serviceRef
    for (int _index = 0; _index < sizeServiceRef(); ++_index) {
      ServiceRef element = getServiceRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property messageDestination
    for (int _index = 0; _index < sizeMessageDestination(); ++_index) {
      MessageDestination element = getMessageDestination(_index);
      if (element != null) {
        element.validate();
      }
    }
  }
View Full Code Here


                    break;
                }
            }
           
            ejbName = testCase.getEjbName();
            EjbRef ejbRefs[] = testCase.getEjbRef();
            if(ejbRefs.length > 0)
            {
                for(int j=0;j<ejbRefs.length;j++)
                {
                    String refName = ejbRefs[j].getEjbRefName();
View Full Code Here

    // Validating property jndiName
    if (getJndiName() != null) {
    }
    // Validating property ejbRef
    for (int _index = 0; _index < sizeEjbRef(); ++_index) {
      EjbRef element = getEjbRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property resourceRef
    for (int _index = 0; _index < sizeResourceRef(); ++_index) {
      ResourceRef element = getResourceRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property resourceEnvRef
    for (int _index = 0; _index < sizeResourceEnvRef(); ++_index) {
      ResourceEnvRef element = getResourceEnvRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property serviceRef
    for (int _index = 0; _index < sizeServiceRef(); ++_index) {
      ServiceRef element = getServiceRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property passByReference
    if (getPassByReference() != null) {
    }
    // Validating property cmp
    if (getCmp() != null) {
      getCmp().validate();
    }
    // Validating property principal
    if (getPrincipal() != null) {
      getPrincipal().validate();
    }
    // Validating property mdbConnectionFactory
    if (getMdbConnectionFactory() != null) {
      getMdbConnectionFactory().validate();
    }
    // Validating property jmsDurableSubscriptionName
    if (getJmsDurableSubscriptionName() != null) {
    }
    // Validating property jmsMaxMessagesLoad
    if (getJmsMaxMessagesLoad() != null) {
    }
    // Validating property iorSecurityConfig
    if (getIorSecurityConfig() != null) {
      getIorSecurityConfig().validate();
    }
    // Validating property isReadOnlyBean
    if (getIsReadOnlyBean() != null) {
    }
    // Validating property refreshPeriodInSeconds
    if (getRefreshPeriodInSeconds() != null) {
    }
    // Validating property commitOption
    if (getCommitOption() != null) {
    }
    // Validating property cmtTimeoutInSeconds
    if (getCmtTimeoutInSeconds() != null) {
    }
    // Validating property useThreadPoolId
    if (getUseThreadPoolId() != null) {
    }
    // Validating property genClasses
    if (getGenClasses() != null) {
      getGenClasses().validate();
    }
    // Validating property beanPool
    if (getBeanPool() != null) {
      getBeanPool().validate();
    }
    // Validating property beanCache
    if (getBeanCache() != null) {
      getBeanCache().validate();
    }
    // Validating property mdbResourceAdapter
    if (getMdbResourceAdapter() != null) {
      getMdbResourceAdapter().validate();
    }
    // Validating property webserviceEndpoint
    for (int _index = 0; _index < sizeWebserviceEndpoint(); ++_index) {
      WebserviceEndpoint element = getWebserviceEndpoint(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property flushAtEndOfMethod
    if (getFlushAtEndOfMethod() != null) {
      getFlushAtEndOfMethod().validate();
View Full Code Here

    if (getSessionConfig() != null) {
      getSessionConfig().validate();
    }
    // Validating property ejbRef
    for (int _index = 0; _index < sizeEjbRef(); ++_index) {
      EjbRef element = getEjbRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property resourceRef
    for (int _index = 0; _index < sizeResourceRef(); ++_index) {
      ResourceRef element = getResourceRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property resourceEnvRef
    for (int _index = 0; _index < sizeResourceEnvRef(); ++_index) {
      ResourceEnvRef element = getResourceEnvRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property serviceRef
    for (int _index = 0; _index < sizeServiceRef(); ++_index) {
      ServiceRef element = getServiceRef(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property cache
    if (getCache() != null) {
      getCache().validate();
    }
    // Validating property classLoader
    if (getClassLoader() != null) {
      getClassLoader().validate();
    }
    // Validating property jspConfig
    if (getJspConfig() != null) {
      getJspConfig().validate();
    }
    // Validating property localeCharsetInfo
    if (getLocaleCharsetInfo() != null) {
      getLocaleCharsetInfo().validate();
    }
    // Validating property parameterEncoding
    // Validating property parameterEncodingFormHintField
    if (getParameterEncodingFormHintField() != null) {
    }
    // Validating property parameterEncodingDefaultCharset
    if (getParameterEncodingDefaultCharset() != null) {
    }
    // Validating property webProperty
    for (int _index = 0; _index < sizeWebProperty(); ++_index) {
      com.sun.enterprise.tools.common.dd.webapp.WebProperty element = getWebProperty(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property messageDestination
    for (int _index = 0; _index < sizeMessageDestination(); ++_index) {
      MessageDestination element = getMessageDestination(_index);
      if (element != null) {
        element.validate();
      }
    }
    // Validating property webserviceDescription
    for (int _index = 0; _index < sizeWebserviceDescription();
      ++_index) {
      WebserviceDescription element = getWebserviceDescription(_index);
      if (element != null) {
        element.validate();
      }
    }
  }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.tools.common.dd.EjbRef

Copyright © 2018 www.massapicom. 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.