-
ca.uhn.fhir.context.RuntimeElemContainedResources.newInstance()
-
ca.uhn.fhir.context.RuntimePrimitiveDatatypeDefinition.newInstance()
-
ca.uhn.fhir.context.RuntimePrimitiveDatatypeNarrativeDefinition.newInstance()
-
ca.uhn.fhir.context.RuntimeResourceBlockDefinition.newInstance()
-
ca.uhn.fhir.context.RuntimeResourceDefinition.newInstance()
-
ch.marcsladek.jrtnp.clientManager.ClientManagerFactory.newInstance()
@param connectionFactoryClass the parameter for all ClientManager
@return a new instance of a ClientManager
@throws ReflectiveOperationException when unable to use reflection on given class
-
ch.marcsladek.jrtnp.connection.ConnectionFactory.newInstance()
@param socket on which the Connection should be built
@return new Connection implementation for the given socket
@throws IOException when unable to get Streams from socket
-
clojure.asm.commons.GeneratorAdapter.newInstance()
Generates the instruction to create a new object.
@param type the class of the object to be created.
-
com.adobe.epubcheck.opf.DocumentValidatorFactory.newInstance()
-
com.alibaba.dubbo.common.bytecode.Mixin.newInstance()
new Mixin instance.
@param ds delegates instance.
@return instance.
-
com.artemis.utils.reflect.Constructor.newInstance()
Uses the constructor to create and initialize a new instance of the constructor's declaring class, with the supplied initialization parameters.
-
com.asakusafw.testdriver.JobExecutorFactory.newInstance()
Creates a new instance.
@param context the current test-driver context
@return the created instance
-
com.asakusafw.testdriver.hadoop.ConfigurationFactory.newInstance()
-
com.asakusafw.yaess.core.ExecutionLockProvider.newInstance()
Creates a new lock manager. This operation may acquire a lock for the specified batch (only if the configured scope is supported).
@param batchId the current batch ID
@return the created instance
@throws IOException if failed to acquire the lock
@throws IllegalArgumentException if some parameters were {@code null}
-
com.asakusafw.yaess.core.ExecutionMonitorProvider.newInstance()
Creates a new {@link PhaseMonitor}.
@param context the current execution context
@return the created monitor
@throws InterruptedException if the creation is interrupted
@throws IOException if failed to create a {@link PhaseMonitor}
-
com.atlassian.crowd.integration.rest.service.factory.RestCrowdClientFactory.newInstance()
-
com.atlassian.crowd.service.factory.CrowdClientFactory.newInstance()
-
com.badlogic.gdx.utils.reflect.Constructor.newInstance()
Uses the constructor to create and initialize a new instance of the constructor's declaring class, with the supplied initialization parameters.
-
com.badlogic.gwtref.client.Type.newInstance()
@return a new instance of this type created via the default constructor which must be public.
-
com.betfair.cougar.netutil.SslContextFactory.newInstance()
-
com.caucho.bytecode.CodeWriterAttribute.newInstance()
-
com.esotericsoftware.reflectasm.ConstructorAccess.newInstance()
Constructor for top-level classes and static nested classes.
If the underlying class is a inner (non-static nested) class, a new instance will be created using null
as the this$0 synthetic reference. The instantiated object will work as long as it actually don't use any member variable or method fron the enclosing instance.
-
com.gemstone.gemfire.Instantiator.newInstance()
-
com.gwtent.reflection.client.Constructor.newInstance()
New Instance For now just support create class that contains default Constructor.
@return
-
com.jengine.orm.model.ModelClassBase.newInstance()
-
com.mobixess.jodb.core.transaction.JODBSession.ClassDescriptor.newInstance()
-
com.mysema.query.types.QTuple.newInstance()
-
com.mysql.clusterj.Session.newInstance()
Create an instance of an interface or dynamic class that maps to a table.
@param cls the interface for which to create an instance
@return an instance that implements the interface
-
com.mysql.clusterj.core.spi.SessionSPI.newInstance()
-
com.nokia.dempsy.container.internal.LifecycleHelper.newInstance()
Creates a new instance from the prototype.
-
com.opengamma.engine.depgraph.DependencyGraphBuilderFactory.newInstance()
-
com.orientechnologies.orient.core.db.document.ODatabaseDocument.newInstance()
-
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.newInstance()
-
com.orientechnologies.orient.core.db.record.ODatabaseFlat.newInstance()
-
com.orientechnologies.orient.object.db.OObjectDatabaseTx.newInstance()
-
com.salesforce.phoenix.expression.ExpressionType.newInstance()
-
com.sun.enterprise.security.integration.AppServSecurityContext.newInstance()
@return a new instance
-
com.sun.faces.spi.ManagedBeanFactory.newInstance()
Return a new instance of this managed-bean. It is the caller's responsibility to call {@link #getScope} and store thereturned managed-bean in the proper scope.
-
com.sun.grid.jgdi.configuration.reflect.ClassDescriptor.newInstance()
-
com.sun.star.xforms.XFormsUIHelper1.newInstance()
-
com.sun.xml.ws.rx.policy.AssertionInstantiator.newInstance()
-
diva.canvas.FigureDecorator.newInstance()
Create a new instance of this figure decorator, modeled on this one. This is used by interaction code that needs to dynamically create new manipulators. The figure argument can be used by this method to initialize the new instance; however, the new instance must not be wrapped around the figure, since that should be done by the caller.
-
fitnesse.slim.fixtureInteraction.FixtureInteraction.newInstance()
-
freemarker.ext.beans.BeansWrapper.newInstance()
-
gov.nasa.arc.mct.registry.ExternalComponentRegistryImpl.newInstance()
-
gov.nasa.arc.mct.services.component.ComponentRegistry.newInstance()
Create a new instance of the specified component class. Components must be initialized with the MCT framework, so this method must be used when creating instances of components. Failure to do this will result in components which are not fully initialized and the system behavior when using these components is undefined.
@param < T> specific base component type to create
@param componentClass used to identify a component.
@param parent to add newly created instance to. This value can be null which signifies that this will only show up under the created by me area.
@return a new component instance or null if there is no component matching the given componentClass
-
gov.nasa.arc.mct.services.internal.component.CoreComponentRegistry.newInstance()
Create a new instance of the specified componentTypeInfo. This API is only used within the MCT osgi framework internally to create an instance of component.
@param componentTypeInfo - component type info.
@return AbstractComponent - the abstract component.
-
grails.core.GrailsClass.newInstance()
Creates a new instance of this class. This method can be used as factory method in the Spring application context.
@return a new instance of this class
-
ie.omk.smpp.Connection.newInstance()
Get a new instance of an SMPP packet. The packet will be initialised so that it uses the same SMPP version as this connection and it's sequence number will be initialised to using this connection's sequence numbering scheme.
@param commandId the SMPP command ID of the packet to retrieve.
@return a subclass of {@link ie.omk.smpp.message.SMPPPacket}corresponding to SMPP command commandId
.
@throws ie.omk.smpp.BadCommandIDException if the command ID is not recognised.
@throws ie.omk.smpp.NotSupportedException if the Connection is currently using an SMPP version which does not support SMPP command commandId
.
-
jade.content.schema.ObjectSchema.newInstance()
Creates an Abstract descriptor to hold an object compliant to this Schema
.
-
java.lang.Class.newInstance()
Creates a new instance of the class represented by this
Class object. The class is instantiated as if by a
new
expression with an empty argument list. The class is initialized if it has not already been initialized.
Note that this method propagates any exception thrown by the nullary constructor, including a checked exception. Use of this method effectively bypasses the compile-time exception checking that would otherwise be performed by the compiler. The {@link java.lang.reflect.Constructor#newInstance(java.lang.Object) Constructor.newInstance} method avoids this problem by wrappingany exception thrown by the constructor in a (checked) {@link java.lang.reflect.InvocationTargetException}.
@return a newly allocated instance of the class represented by thisobject.
@exception IllegalAccessException if the class or its nullary constructor is not accessible.
@exception InstantiationException if this Class
represents an abstract class, an interface, an array class, a primitive type, or void; or if the class has no nullary constructor; or if the instantiation fails for some other reason.
@exception ExceptionInInitializerError if the initializationprovoked by this method fails.
@exception SecurityException If a security manager, s, is present and any of the following conditions is met:
- invocation of {@link SecurityManager#checkMemberAccess s.checkMemberAccess(this, Member.PUBLIC)} denies creation of new instances of this class
- the caller's class loader is not the same as or an ancestor of the class loader for the current class and invocation of {@link SecurityManager#checkPackageAccess s.checkPackageAccess()} denies access to the package of this class
-
java.lang.reflect.Constructor.newInstance()
Uses the constructor represented by this
Constructor
object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters. Individual parameters are automatically unwrapped to match primitive formal parameters, and both primitive and reference parameters are subject to method invocation conversions as necessary.
If the number of formal parameters required by the underlying constructor is 0, the supplied initargs
array may be of length 0 or null.
If the constructor's declaring class is an inner class in a non-static context, the first argument to the constructor needs to be the enclosing instance; see The Java Language Specification, section 15.9.3.
If the required access and argument checks succeed and the instantiation will proceed, the constructor's declaring class is initialized if it has not already been initialized.
If the constructor completes normally, returns the newly created and initialized instance.
@param initargs array of objects to be passed as arguments tothe constructor call; values of primitive types are wrapped in a wrapper object of the appropriate type (e.g. a float in a {@link java.lang.Float Float})
@return a new object created by calling the constructorthis object represents
@exception IllegalAccessException if this Constructor
objectenforces Java language access control and the underlying constructor is inaccessible.
@exception IllegalArgumentException if the number of actualand formal parameters differ; if an unwrapping conversion for primitive arguments fails; or if, after possible unwrapping, a parameter value cannot be converted to the corresponding formal parameter type by a method invocation conversion; if this constructor pertains to an enum type.
@exception InstantiationException if the class that declares theunderlying constructor represents an abstract class.
@exception InvocationTargetException if the underlying constructorthrows an exception.
@exception ExceptionInInitializerError if the initialization provokedby this method fails.
-
java.net.URLClassLoader.newInstance()
Creates a new instance of URLClassLoader for the specified URLs and parent class loader. If a security manager is installed, the loadClass
method of the URLClassLoader returned by this method will invoke the SecurityManager.checkPackageAccess
method before loading the class.
@param urls the URLs to search for classes and resources
@param parent the parent class loader for delegation
@return the resulting class loader
-
java.security.Provider.Service.newInstance()
-
javax.jdo.PersistenceManager.newInstance()
Creates an instance of a persistence-capable interface, or of a concrete or abstract class. The returned instance is transient.
@param pcClass Must be a persistence-capable interface, or a concrete or abstract class that is declared in the metadata.
@return the created instance
@since 2.0
-
javax.naming.ldap.InitialLdapContext.newInstance()
-
javax.naming.ldap.LdapContext.newInstance()
Creates a new instance of LdapContext
using the supplied controls.
@param ac an array of controls
@return a new LdapContext
instance
@throws NamingException If an error is encountered.
-
jodd.proxetta.impl.ProxyProxettaBuilder.newInstance()
-
jodd.proxetta.impl.WrapperProxettaBuilder.newInstance()
-
l2p.extensions.scripts.Script.newInstance()
-
lombok.val.newInstance()
-
lupos.distributed.p2p.query.withsubgraph.P2P_QueryClient_Creator.newInstance()
Returns an already running queryClient or starts a new one
@return a new evaluator which can be used in LuposDate UI
-
ma.glasnost.orika.impl.generator.MultiOccurrenceVariableRef.newInstance()
-
net.sf.cglib.Factory.newInstance()
-
net.sf.cglib.proxy.Factory.newInstance()
Creates new instance of the same type, using the no-arg constructor. The class of this object must have been created using a single Callback type. If multiple callbacks are required an exception will be thrown.
@param callback the new interceptor to use
@return new instance of the same type
-
net.sf.cglib.reflect.FastClass.newInstance()
-
net.sf.cglib.reflect.FastConstructor.newInstance()
-
net.sf.isolation.reflection.IsoReflectionManager.newInstance()
/users/mc_new">mc_new
@since 1.0
-
net.sf.joafip.store.service.proxy.IInstanceFactory.newInstance()
@param objectClass the class of the object to create
@param parameterTypes parameters type, see {@link java.lang.Class#getConstructor(Class)}
@param initargs the construction parameters, see {@link java.lang.reflect.Constructor#newInstance(Object)}
@return the created instance
@throws net.sf.joafip.service.FilePersistenceRuntimeException
-
net.sourceforge.javautil.common.reflection.cache.ClassDescriptor.newInstance()
Create a new instance of the class.
@param arguments The arguments to use for creating the class
@return The instance that was created
-
net.sourceforge.stripes.controller.DefaultObjectFactory.newInstance()
Calls {@link Class#newInstance()} and returns the newly created object.
@param clazz The class to instantiate.
@return The new object
-
net.sourceforge.stripes.controller.ObjectFactory.newInstance()
Create a new instance of {@code clazz} and return it.
@param clazz The class to instantiate.
@return A new instances of the class.
-
net.sourceforge.urlrewriter4j.core.configuration.DefaultBeanFactory.newInstance()
-
net.sourceforge.urlrewriter4j.core.configuration.SpringBeanFactory.newInstance()
-
net.xoetrope.builder.w3c.html.tags.XHtmlTagHandler.newInstance()
Create a new instance of this object
@param builder the html builder and processor for the document
@param parent the parent handler
@return the new handler
-
org.apache.InstanceManager.newInstance()
-
org.apache.activemq.util.FactoryFinder.newInstance()
Creates a new instance of the given key
@param key is the key to add to the path to find a text file containingthe factory name
@return a newly created instance
-
org.apache.beehive.netui.pageflow.handler.ReloadableClassHandler.newInstance()
-
org.apache.camel.spi.FactoryFinder.newInstance()
Creates a new class instance using the key to lookup
@param key is the key to add to the path to find a text file containing the factory name
@return a newly created instance
@throws org.apache.camel.NoFactoryAvailableException is thrown if no factories exist for the given key
-
org.apache.camel.spi.Injector.newInstance()
Instantiates a new instance of the given type possibly injecting values into the object in the process
@param type the type of object to create
@return a newly created instance
-
org.apache.camel.util.FactoryFinder.newInstance()
Creates a new instance of the given key
@param key is the key to add to the path to find a text file containingthe factory name
@return a newly created instance
-
org.apache.cayenne.di.AdhocObjectFactory.newInstance()
Returns an instance of "className" that implements "superType", injecting dependencies from the registry into it.
-
org.apache.cocoon.portal.coplet.CopletFactory.newInstance()
Create a new coplet instance. This is also registered at the profile manager.
-
org.apache.cocoon.portal.layout.LayoutFactory.newInstance()
Create a new layout instance. The instance is also registered at the profile manager.
-
org.apache.commons.beanutils.BasicDynaClass.newInstance()
Instantiate and return a new DynaBean instance, associated with this DynaClass.
@return A new DynaBean
instance
@exception IllegalAccessException if the Class or the appropriateconstructor is not accessible
@exception InstantiationException if this Class represents an abstractclass, an array class, a primitive type, or void; or if instantiation fails for some other reason
-
org.apache.commons.beanutils.DynaClass.newInstance()
Instantiate and return a new DynaBean instance, associated with this DynaClass.
@return A new DynaBean
instance
@exception IllegalAccessException if the Class or the appropriateconstructor is not accessible
@exception InstantiationException if this Class represents an abstractclass, an array class, a primitive type, or void; or if instantiation fails for some other reason
-
org.apache.commons.discovery.tools.DiscoverClass.newInstance()
Create new instance of class implementing SPI.
@param < T> The SPI type
@param spiClass Service Provider Interface Class.
@return Instance of a class implementing the SPI.
@exception DiscoveryException Thrown if the name of a class implementingthe SPI cannot be found, if the class cannot be loaded and instantiated, or if the resulting class does not implement (or extend) the SPI.
@throws InstantiationException see {@link Class#newInstance()}
@throws IllegalAccessException see {@link Class#newInstance()}
@throws NoSuchMethodException see {@link Class#newInstance()}
@throws InvocationTargetException see {@link Class#newInstance()}
-
org.apache.derby.iapi.services.loader.GeneratedClass.newInstance()
Return a new object that is an instance of the represented class. The object will have been initialised by the no-arg constructor of the represneted class. (Similar to java.lang.Class.newInstance).
@exception StandardException Standard Cloudscape error policy
-
org.apache.directory.api.ldap.model.csn.CsnFactory.newInstance()
Returns a new {@link Csn}. Generated CSN can be duplicate if user generates CSNs more than 2G times a milliseconds.
-
org.apache.directory.server.core.integ.DirectoryServiceFactory.newInstance()
-
org.apache.directory.shared.ldap.csn.CsnFactory.newInstance()
-
org.apache.directory.shared.ldap.model.csn.CsnFactory.newInstance()
Returns a new {@link Csn}. Generated CSN can be duplicate if user generates CSNs more than 2G times a milliseconds.
-
org.apache.felix.ipojo.extender.DeclarationBuilderService.newInstance()
Declares a new anonymous instance of a given type. Invoking this method is equivalent to invoking {@linkplain #newInstance(String,String) newInstance(type, null)}
.
@param type name of the component to be instantiated (cannot be null).
@return a handle usable to publish / retract the declaration.
@see org.apache.felix.ipojo.extender.InstanceDeclaration
-
org.apache.flume.interceptor.InterceptorBuilderFactory.newInstance()
Instantiate specified class, either alias or fully-qualified class name.
-
org.apache.http.conn.ClientConnectionManagerFactory.newInstance()
-
org.apache.jackrabbit.core.config.AccessManagerConfig.newInstance()
-
org.apache.jackrabbit.core.config.BeanConfig.newInstance()
Creates a new instance of the configured bean class.
@return new bean instance
@throws ConfigurationException on bean configuration errors
-
org.apache.jackrabbit.core.config.DataStoreConfig.newInstance()
-
org.apache.jackrabbit.core.config.JournalConfig.newInstance()
-
org.apache.jackrabbit.core.config.SecurityManagerConfig.newInstance()
-
org.apache.maven.model.building.DefaultModelBuilderFactory.newInstance()
Creates a new model builder instance.
@return The new model builder instance, never {@code null}.
-
org.apache.mina.filter.ssl.KeyStoreFactory.newInstance()
Creates a new {@link KeyStore}. This method will be called by the base class when Spring creates a bean using this FactoryBean.
@return a new {@link KeyStore} instance.
-
org.apache.mina.filter.ssl.SslContextFactory.newInstance()
-
org.apache.muse.core.descriptor.PersistenceDefinition.newInstance()
-
org.apache.muse.core.descriptor.ResourceDefinition.newInstance()
-
org.apache.muse.core.descriptor.RouterDefinition.newInstance()
-
org.apache.muse.ws.resource.properties.query.QueryExpressionFactory.newInstance()
@param dialect
@return A QueryExpression object that can be used to evaluate queries for the given dialect.
@throws UnknownQueryExpressionDialectFault
-
org.apache.myfaces.config.annotation.LifecycleProvider.newInstance()
Create an object of the class with the supplied name, inject dependencies as appropriate, and call a postContruct method as appropriate.
@param className name of the class of the desired object
@return a fully constructed, dependency-injected, and initialized object.
-
org.apache.oodt.cas.protocol.ProtocolFactory.newInstance()
-
org.apache.oodt.cas.pushpull.protocol.ProtocolFactory.newInstance()
-
org.apache.openejb.BeanContext.newInstance()
-
org.apache.openejb.core.WebContext.newInstance()
-
org.apache.openejb.util.SafeToolkit.newInstance()
-
org.apache.openjpa.enhance.DynamicStorage.newInstance()
Factory method for getting new instances of the same definition.
-
org.apache.openjpa.jdbc.conf.QuerySQLCacheValue.newInstance()
-
org.apache.openjpa.persistence.query.QueryDefinition.newInstance()
Specify that a constructor for the given class is to be applied to the corresponding query results after the query is executed. The class must have a constructor that accepts the Java argument types corresponding to the given select items.
@param cls -a class with the correponding constructor
@param args -select items that correspond to result types that are valid as arguments to the constructor
@result SelectItem instance representing the constructor
-
org.apache.phoenix.expression.ExpressionType.newInstance()
-
org.apache.qpid.server.configuration.plugins.ConfigurationPluginFactory.newInstance()
-
org.apache.qpid.server.plugin.SystemConfigFactory.newInstance()
-
org.apache.qpid.server.virtualhost.plugins.VirtualHostPluginFactory.newInstance()
-
org.apache.solr.core.SolrResourceLoader.newInstance()
-
org.apache.struts.action.DynaActionFormClass.newInstance()
Instantiate and return a new {@link DynaActionForm} instance,associated with this DynaActionFormClass
. The properties of the returned {@link DynaActionForm} will have been initialized tothe default values specified in the form bean configuration information.
@return A new {@link DynaActionForm} instance.
@throws IllegalAccessException if the Class or the appropriateconstructor is not accessible
@throws InstantiationException if this Class represents an abstractclass, an array class, a primitive type, or void; or if instantiation fails for some other reason
-
org.apache.tajo.catalog.FunctionDesc.newInstance()
@return Function Instance
@throws org.apache.tajo.exception.InternalException
-
org.apache.tapestry.beaneditor.BeanModel.newInstance()
Creates a new bean instance. This is based on {@link org.apache.tapestry.ioc.ObjectLocator#autobuild(Class)}, so a public constructor will be used, and dependencies injected.
@return new instance of the bean
-
org.apache.tapestry.internal.services.Instantiator.newInstance()
Instantiates and returns a new instance of the desired class. Component classes are always modified so that they implement {@link Component} (and often, other interfaces aswell).
-
org.apache.tapestry.services.ComponentConstructor.newInstance()
Requests that a new instance of the component.
-
org.apache.tapestry.test.Creator.newInstance()
Given a particular abstract class; will create an instance of that class. A subclass is created with all abstract properties filled in with ordinary implementations.
-
org.apache.tapestry5.beaneditor.BeanModel.newInstance()
Creates a new bean instance. This is based on {@link org.apache.tapestry5.ioc.ObjectLocator#autobuild(Class)}, so a public constructor will be used, and dependencies injected.
@return new instance of the bean
-
org.apache.tapestry5.internal.services.Instantiator.newInstance()
Instantiates and returns a new instance of the desired class. Component classes are always modified so that they implement {@link Component} (and often, other interfaces as well). The resources are made availablein the {@link InstanceContext} as both {@link ComponentResources} and {@link InternalComponentResources}.
-
org.apache.tapestry5.plastic.ClassInstantiator.newInstance()
Creates and returns a new instance of the transformed class.
-
org.apache.tapestry5.plastic.InstructionBuilder.newInstance()
Creates a new, uninitialized instance of the indicated class. This should be followed by code to call the new instance's constructor.
@param className of class to instantiate
-
org.apache.tomcat.InstanceManager.newInstance()
-
org.apache.tuscany.sca.databinding.DataPipeTransformer.newInstance()
-
org.apache.webbeans.util.ExtendedSpecificClass.newInstance()
-
org.apache.wookie.beans.util.IPersistenceManager.newInstance()
Create new instance of persistent class.
@param instanceInterface interface of persistent class to create.
@return new instance
-
org.apache.xml.security.stax.ext.ResourceResolverLookup.newInstance()
-
org.apache.xmlbeans.SchemaTypeLoader.newInstance()
Creates an instance of the given type.
-
org.apache.xmlbeans.XmlFactoryHook.newInstance()
Hooks Factory.newInstance calls
-
org.apache.xmlrpc.client.util.ClientFactory.newInstance()
Creates an object, which is implementing the given interface. The objects methods are internally calling an XML-RPC server by using the factories client; shortcut for
newInstance(Thread.currentThread().getContextClassLoader(), pClass)
-
org.auraframework.def.ComponentDefRef.newInstance()
-
org.auraframework.def.ModelDef.newInstance()
Create a new instance of this model.
@return an instance of this model type
-
org.beangle.model.entity.Type.newInstance()
-
org.beangle.model.entity.types.EntityType.newInstance()
-
org.caffinitas.mapper.core.accessors.ObjectFactory.newInstance()
-
org.camunda.bpm.model.bpmn.BpmnModelInstance.newInstance()
-
org.camunda.bpm.model.xml.impl.ModelInstanceImpl.newInstance()
-
org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl.newInstance()
-
org.camunda.bpm.model.xml.type.ModelElementType.newInstance()
-
org.codehaus.aspectwerkz.extension.objectfactory.DefaultObjectFactory.newInstance()
Returns a new object instance.
@return a new object instance
-
org.codehaus.aspectwerkz.extension.objectfactory.ObjectFactory.newInstance()
Returns a new object instance.
@return a new object instance
-
org.codehaus.plexus.component.factory.ComponentFactory.newInstance()
-
org.destecs.core.xmlrpc.extensions.AnnotationClientFactory.newInstance()
Creates an object, which is implementing the given interface. The objects methods are internally calling an XML-RPC server by using the factories client; shortcut for
newInstance(Thread.currentThread().getContextClassLoader(), pClass)
-
org.dmd.dms.ClassDefinition.newInstance()
This function instantiates a new instance of the object type defined by this class definition.
@throws ResultException
-
org.drools.core.rule.builder.dialect.asm.ClassGenerator.newInstance()
-
org.drools.definition.type.FactType.newInstance()
Create a new fact based on the declared fact type. This object will usually be a javabean.
-
org.drools.rule.FactType.newInstance()
Create a new fact based on the declared fact type. This object will normally be a javabean.
-
org.drools.rule.builder.dialect.asm.ClassGenerator.newInstance()
-
org.easymock.internal.DefaultClassInstantiator.newInstance()
Try to instantiate a class without using a special constructor. See documentation for the algorithm.
@param c Class to instantiate
-
org.eclipse.debug.core.ILaunchConfigurationType.newInstance()
-
org.eclipse.e4.xwt.metadata.IMetaclass.newInstance()
-
org.eclipse.ecf.filetransfer.service.IRemoteFileSystemBrowserFactory.newInstance()
Get new instance of IRemoteFileSystemBrowser.
@return IRemoteFileSystemBrowser for initiating a retrieval of a remote file.
-
org.eclipse.ecf.filetransfer.service.IRetrieveFileTransferFactory.newInstance()
Get new instance of IRetrieveFileTransfer.
@return IRetrieveFileTransfer for initiating a retrieval of a remote file.
-
org.eclipse.ecf.filetransfer.service.ISendFileTransferFactory.newInstance()
Get new instance of ISendFileTransfer.
@return ISendFileTransfer for initiating send of a local file.
-
org.eclipse.jdt.debug.core.IJavaArrayType.newInstance()
Returns a new instance of an array of this type, with the specified length.
@param size the length of the new array
@return a new array of the specified length
@exception DebugException if this method fails. Reasons include:
- Failure communicating with the VM. The DebugException's status code contains the underlying exception responsible for the failure.
-
org.eclipse.jdt.debug.core.IJavaClassType.newInstance()
Returns a new instance of this class by invoking the constructor with the given signature and arguments in the specified thread. The given thread is resumed to perform this method invocation and suspends in its original location when this method invocation is complete. This method does not return until the method invocation is complete. Resuming the specified thread can result in breakpoints being hit, infinite loops, and deadlock.
@param signature the JNI style signature of the method to be invoked
@param args the arguments of the constructor, which can be
null
or empty if there are none
@param thread the thread in which to invoke the constructor
@return the result of invoking the constructor
@exception DebugException if this method fails. Reasons include:
- Failure communicating with the VM. The DebugException's status code contains the underlying exception responsible for the failure.
- This type does not implement the specified constructor
- An exception occurs while invoking the specified constructor
- The given thread is already performing a message send, (status code
IJavaThread.ERR_NESTED_METHOD_INVOCATION
) - The given thread is not currently suspended (status code
IJavaThread.ERR_THREAD_NOT_SUSPENDED
) - The given thread was explicitly suspended (status code
IJavaThread.ERR_INCOMPATIBLE_THREAD_STATE
)
-
org.elasticsearch.transport.TransportRequestHandler.newInstance()
-
org.exolab.castor.mapping.ExtendedFieldHandler.newInstance()
Creates a new instance of the object described by this field.
@param parent The object for which the field is created
@return A new instance of the field's value
@throws IllegalStateException This field is a simple type andcannot be instantiated
-
org.exolab.castor.mapping.FieldHandler.newInstance()
Creates a new instance of the object described by this field.
@param parent The object for which the field is created
@return A new instance of the field's value
@throws IllegalStateException This field is a simple type andcannot be instantiated
-
org.exolab.castor.persist.ClassMolder.newInstance()
Return a new instance of the base class with the provided ClassLoader object.
@param loader the ClassLoader object to use to create a new object.
@return Object the object reprenseted by this ClassMolder, and instanciated with theprovided ClassLoader instance.
@throws ClassNotFoundException
@throws IllegalAccessException
@throws InstantiationException
-
org.geomajas.layer.feature.FeatureModel.newInstance()
Create a default feature.
@return a new feature with default properties only
@throws LayerException oops
-
org.gradle.api.internal.project.TopLevelBuildServiceRegistry.newInstance()
-
org.gradle.initialization.GradleLauncherFactory.newInstance()
Creates a new {@link org.gradle.GradleLauncher} instance for the given parameters.
@param startParameter The parameters to use for the build.
@return The new instance.
-
org.gradle.internal.reflect.DirectInstantiator.newInstance()
-
org.gradle.internal.reflect.Instantiator.newInstance()
Create a new instance of T, using {@code parameters} as the construction parameters.
@throws ObjectInstantiationException On failure to create the new instance.
-
org.gradle.internal.service.scopes.BuildScopeServices.newInstance()
-
org.gradle.logging.LoggingServiceRegistry.newInstance()
-
org.grails.core.AbstractGrailsClass.newInstance()
-
org.hdiv.dataComposer.DataComposerFactory.newInstance()
Creates a new instance of DataComposer based on the defined strategy.
@param request {@link HttpServletRequest} instance
@return IDataComposer instance
-
org.hibernate.repackage.cglib.reflect.FastClass.newInstance()
-
org.jbehave.core.configuration.scala.ScalaContext.newInstance()
Creates an object instance from the Scala class name
@param className the Scala class name
@return An Object instance
-
org.jbehave.core.embedder.EmbedderClassLoader.newInstance()
-
org.jboss.beans.info.spi.BeanInfo.newInstance()
Create a new instance
@return the new instance
@throws Throwable for any error
-
org.jboss.invocation.proxy.ProxyFactory.newInstance()
Create a new proxy, initialising it with the given invocation handler.
@param handler the invocation handler to use
@return the new proxy instance
@throws IllegalAccessException if the constructor is not accessible
@throws InstantiationException if instantiation failed due to an exception
-
org.jboss.javabean.plugins.xml.Common.Ctor.newInstance()
-
org.jboss.managed.spi.factory.ManagedParameterConstraintsPopulatorFactory.newInstance()
-
org.jboss.managed.spi.factory.ManagedPropertyConstraintsPopulatorFactory.newInstance()
@param min
@param max
@param legalValues
@return
-
org.jboss.reflect.spi.ConstructorInfo.newInstance()
Create a new instance
@param args the arguments
@return the instance
@throws Throwable for any error
-
org.jboss.seam.Component.newInstance()
-
org.jboss.soa.esb.http.protocol.ProtocolSocketFactoryBuilder.newInstance()
Create a new instance of the {@link ProtocolSocketFactory} based on the supplied{@link org.jboss.soa.esb.http.HttpClientFactory} configuration.
@return The configured ProtocolSocketFactory implementation.
@throws ConfigurationException Bad configuration.
-
org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory.newInstance()
Create and return a new session.
@return A user transaction session.
-
org.jboss.xb.binding.Immutable.newInstance()
-
org.jdom.xpath.XPath.newInstance()
Creates a new XPath wrapper object, compiling the specified XPath expression.
@param path the XPath expression to wrap.
@throws JDOMException if the XPath expression is invalid.
-
org.jenkinsci.plugins.workflow.steps.StepDescriptor.newInstance()
Used when a {@link Step} is instantiated programmatically.The default implementation just uses {@link DescribableHelper#instantiate}.
@param arguments Named arguments and values, à la Ant task or Maven mojos. Generally should follow the semantics of {@link DescribableHelper#instantiate}.
@return an instance of {@link #clazz}
-
org.jnode.vm.facade.VmHeapManager.newInstance()
Create a new instance of a given class with a given object size (in bytes)
@param loadClass
@param size
@return The new instance
-
org.jplastic.core.InstructionBuilder.newInstance()
Creates a new, uninitialized instance of the indicated class. This should be followed by code to call the new instance's constructor.
@param className of class to instantiate
-
org.jpos.q2.QFactory.newInstance()
-
org.jruby.RubyClass.newInstance()
rb_class_new_instance
-
org.jruby.javasupport.proxy.JavaProxyConstructor.newInstance()
-
org.json.JSONObject.newInstance()
-
org.kie.api.definition.type.FactType.newInstance()
-
org.kie.definition.type.FactType.newInstance()
-
org.maqetta.server.IStorage.newInstance()
-
org.netbeans.jemmy.ClassReference.newInstance()
Locates constructor by parameter types and creates an instance.
@param params An array of Method parameters.
@param params_classes An array of Method parameter types.
@return a new class instance.
@throws InvocationTargetException when the invoked constructor throws an exception.
@throws NoSuchMethodException when the constructor cannot be found.
@throws IllegalAccessException when access to the class or constructor is lacking.
@throws InstantiationException when the constructor is for an abstract class.
@throws SecurityException if access to the package or constructor is denied.
@exception IllegalAccessException
@exception NoSuchMethodException
@exception InstantiationException
@exception InvocationTargetException
-
org.nustaq.serialization.FSTClazzInfo.newInstance()
-
org.objectweb.asm.commons.GeneratorAdapter.newInstance()
Generates the instruction to create a new object.
@param type the class of the object to be created.
-
org.objenesis.Objenesis.newInstance()
Will create a new object without any constructor being called
@param clazz Class to instantiate
@return New instance of clazz
-
org.objenesis.ObjenesisStd.newInstance()
-
org.objenesis.instantiator.ObjectInstantiator.newInstance()
Returns a new instance of an object. The returned object's class is defined by the implementation.
@return A new instance of an object.
-
org.opensaml.xml.security.credential.BasicKeyInfoGeneratorFactory.newInstance()
{@inheritDoc}
-
org.opensaml.xml.security.keyinfo.KeyInfoGeneratorFactory.newInstance()
Get a new instance of the generator type produced by the factory.
@return a new KeyInfoGenerator instance
-
org.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory.newInstance()
{@inheritDoc}
-
org.openscience.cdk.interfaces.IChemObjectBuilder.newInstance()
-
org.osgi.service.component.ComponentFactory.newInstance()
Create and activate a new component configuration. Additional properties may be provided for the component configuration.
@param properties Additional properties for the component configurationor {@code null} if there are no additional properties.
@return A {@code ComponentInstance} object encapsulating the componentinstance of the component configuration. The component configuration has been activated and, if the component specifies a {@code service} element, the component instance has beenregistered as a service.
@throws ComponentException If the Service Component Runtime is unable toactivate the component configuration.
-
org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.SequenceDescription.newInstance()
-
org.qi4j.api.composite.TransientBuilder.newInstance()
Create a new Composite instance.
@return a new Composite instance
@throws ConstructionException thrown if it was not possible to instantiate the Composite
-
org.qi4j.api.structure.ApplicationDescriptor.newInstance()
-
org.qi4j.api.value.ValueBuilder.newInstance()
Create a new Composite instance.
@return a new Composite instance
@throws org.qi4j.api.common.ConstructionException thrown if it was not possible to instantiate the Composite
-
org.qi4j.runtime.composite.MixinModel.newInstance()
-
org.qi4j.runtime.composite.ValueConstraintsModel.newInstance()
-
org.radargun.stats.DefaultStatistics.newInstance()
-
org.radargun.stats.Statistics.newInstance()
Create new instance of the same class.
-
org.shiftone.cache.CacheFactory.newInstance()
-
org.springframework.xd.dirt.integration.bus.converter.CompositeMessageConverterFactory.newInstance()
Creation method.
@param targetMimeType the target MIME type (outputType or inputType in XD)
@return a converter for the target MIME type
-
org.terasology.world.block.items.BlockItemFactory.newInstance()
-
org.terrier.structures.BasicLexiconEntry.Factory.newInstance()
-
org.terrier.structures.seralization.FixedSizeTextFactory.newInstance()
Returns a new instance of Text with desired properties
-
railo.runtime.ComponentPage.newInstance()
-
railo.runtime.InterfacePage.newInstance()
-
sun.reflect.ConstructorAccessor.newInstance()
Matches specification in {@link java.lang.reflect.Constructor}