-
anvil.codec.Source.bind()
-
backtype.storm.messaging.IContext.bind()
This method establishes a server side connection
@param storm_id topology ID
@param port port #
@return server side connection
-
caltrop.interpreter.environment.Environment.bind()
-
caltrop.interpreter.environment.HashEnvironment.bind()
-
cascading.flow.stream.graph.StreamGraph.bind()
-
client.ogl.Texture.bind()
-
com.almworks.sqlite4java.SQLiteStatement.bind()
3ref/bind_blob.html">sqlite3_bind_double
-
com.atlassian.xmlrpc.ApacheBinder.bind()
-
com.atlassian.xmlrpc.Binder.bind()
-
com.atlassian.xmlrpc.DefaultBinder.bind()
-
com.badlogic.gdx.graphics.Texture.bind()
Binds this texture. The texture will be bound to the currently active texture unit specified via {@link GLCommon#glActiveTexture(int)}.
-
com.barchart.udt.SocketUDT.bind()
-
com.barchart.udt.net.NetServerSocketUDT.bind()
-
com.bergerkiller.bukkit.common.controller.DefaultEntityController.bind()
-
com.bergerkiller.bukkit.common.controller.DefaultEntityInventoryController.bind()
-
com.bergerkiller.bukkit.common.controller.EntityController.bind()
Binds this Entity Controller to an Entity. This is called from elsewhere, and should be ignored entirely.
@param entity to bind with
-
com.bergerkiller.bukkit.common.controller.EntityInventoryController.bind()
Binds this Entity Inventory Controller to an Entity. This is called from elsewhere, and should be ignored entirely.
@param entity to bind with
-
com.bergerkiller.bukkit.common.controller.EntityNetworkController.bind()
Binds this Entity Network Controller to an Entity. This is called from elsewhere, and should be ignored entirely.
@param entity to bind with
@param entityTrackerEntry to bind with
-
com.caucho.cloud.network.NetworkListenSystem.bind()
-
com.caucho.network.listen.SocketLinkListener.bind()
Starts the port listening.
-
com.cloudhopper.smpp.impl.DefaultSmppClient.bind()
-
com.datastax.driver.core.BoundStatement.bind()
Bound values to the variables of this statement. This is a convenience method to bind all the variables of the {@code BoundStatement} in one call.
@param values the values to bind to the variables of the newly createdBoundStatement. The first element of {@code values} will be bound to thefirst bind variable, etc. It is legal to provide fewer values than the statement has bound variables. In that case, the remaining variable need to be bound before execution. If more values than variables are provided however, an IllegalArgumentException wil be raised.
@return this bound statement.
@throws IllegalArgumentException if more {@code values} are providedthan there is of bound variables in this statement.
@throws InvalidTypeException if any of the provided value is not ofcorrect type to be bound to the corresponding bind variable.
@throws NullPointerException if one of {@code values} is a collection(List, Set or Map) containing a null value. Nulls are not supported in collections by CQL.
-
com.datastax.driver.core.PreparedStatement.bind()
Creates a new BoundStatement object and bind its variables to the provided values.
While the number of {@code values} cannot be greater than the number of boundvariables, the number of {@code values} may be fewer than the number of boundvariables. In that case, the remaining variables will have to be bound to values by another mean because the resulting {@code BoundStatement}being executable.
This method is a convenience for {@code new BoundStatement(this).bind(...)}.
@param values the values to bind to the variables of the newly createdBoundStatement.
@return the newly created {@code BoundStatement} with its variablesbound to {@code values}.
@throws IllegalArgumentException if more {@code values} are providedthan there is of bound variables in this statement.
@throws InvalidTypeException if any of the provided value is not ofcorrect type to be bound to the corresponding bind variable.
@throws NullPointerException if one of {@code values} is a collection(List, Set or Map) containing a null value. Nulls are not supported in collections by CQL.
@see BoundStatement#bind
-
com.dianping.cat.message.TaggedTransaction.bind()
-
com.esotericsoftware.kryonet.Server.bind()
Opens a TCP only server.
@throws IOException if the server could not be opened.
-
com.et.mvc.binding.DataBinder.bind()
绑定操作
@param ctx 绑定上下文
@return 转换后的对象
@throws Exception
-
com.extjs.gxt.charts.client.model.BarDataProvider.bind()
-
com.extjs.gxt.charts.client.model.LineDataProvider.bind()
-
com.extjs.gxt.ui.client.binding.FieldBinding.bind()
Binds the model and field. This method also updates the fields original value which controls the dirty state of the field.
@param model the model to be bound
-
com.extjs.gxt.ui.client.binding.FormBinding.bind()
-
com.extjs.gxt.ui.client.binding.SimpleComboBoxFieldBinding.bind()
-
com.extjs.gxt.ui.client.util.TextMetrics.bind()
Binds this TextMetrics instance to an element from which to copy existing CSS styles that can affect the size of the rendered text.
@param el the element
-
com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.bind()
Binds the toolbar to the loader.
@param loader the loader
-
com.facebook.presto.jdbc.internal.netty.channel.Channel.bind()
Binds this channel to the specified local address asynchronously.
@param localAddress where to bind
@return the {@link ChannelFuture} which will be notified when thebind request succeeds or fails
@throws NullPointerException if the specified address is {@code null}
-
com.facebook.presto.operator.aggregation.InternalAggregationFunction.bind()
-
com.foundationdb.server.rowdata.RowDataSource.bind()
-
com.foundationdb.server.rowdata.RowDataValueSource.bind()
-
com.foundationdb.server.service.servicemanager.configuration.DefaultServiceConfigurationHandler.bind()
-
com.foundationdb.sql.optimizer.AISBinder.bind()
-
com.google.code.hs4j.network.nio.TCPController.bind()
-
com.google.code.yanf4j.nio.TCPController.bind()
-
com.google.inject.Binder.bind()
Creates a binding to a key.
-
com.google.inject.PrivateBinder.bind()
-
com.google.sitebricks.binding.RequestBinder.bind()
-
com.googlecode.protobuf.pro.duplex.server.DuplexTcpServerBootstrap.bind()
-
com.hazelcast.client.impl.ClientEngineImpl.bind()
-
com.hazelcast.nio.TcpIpConnectionManager.bind()
-
com.hazelcast.nio.tcp.TcpIpConnectionManager.bind()
-
com.higherfrequencytrading.affinity.AffinityLock.bind()
Bind the current thread to this reservable lock.
-
com.hp.hpl.jena.reasoner.Reasoner.bind()
Attach the reasoner to a set of RDF data to process. The reasoner may already have been bound to specific rules or ontology axioms (encoded in RDF) through earlier bindRuleset calls.
@param data the RDF data to be processed, some reasoners may restrictthe range of RDF which is legal here (e.g. syntactic restrictions in OWL).
@return an inference graph through which the data+reasoner can be queried.
@throws ReasonerException if the data is ill-formed according to theconstraints imposed by this reasoner.
-
com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner.bind()
Attach the reasoner to a set of RDF data to process. The reasoner may already have been bound to specific rules or ontology axioms (encoded in RDF) through earlier bindRuleset calls.
@param data the RDF data to be processed, some reasoners may restrictthe range of RDF which is legal here (e.g. syntactic restrictions in OWL).
@return an inference graph through which the data+reasoner can be queried.
@throws ReasonerException if the data is ill-formed according to theconstraints imposed by this reasoner.
-
com.hp.hpl.jena.reasoner.rulesys.BindingEnvironment.bind()
Bind a variable in the current envionment to the given value. Checks that the new binding is compatible with any current binding.
@param var a Node_RuleVariable defining the variable to bind
@param value the value to bind
@return false if the binding fails
-
com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner.bind()
Attach the reasoner to a set of RDF data to process. The reasoner may already have been bound to specific rules or ontology axioms (encoded in RDF) through earlier bindRuleset calls.
@param data the RDF data to be processed, some reasoners may restrictthe range of RDF which is legal here (e.g. syntactic restrictions in OWL).
@return an inference graph through which the data+reasoner can be queried.
@throws ReasonerException if the data is ill-formed according to theconstraints imposed by this reasoner.
-
com.hp.hpl.jena.reasoner.rulesys.GenericRuleReasoner.bind()
Attach the reasoner to a set of RDF data to process. The reasoner may already have been bound to specific rules or ontology axioms (encoded in RDF) through earlier bindRuleset calls.
@param data the RDF data to be processed, some reasoners may restrictthe range of RDF which is legal here (e.g. syntactic restrictions in OWL).
@return an inference graph through which the data+reasoner can be queried.
@throws ReasonerException if the data is ill-formed according to theconstraints imposed by this reasoner.
-
com.hp.hpl.jena.reasoner.rulesys.impl.BindingVector.bind()
Bind the ith variable in the current envionment to the given value. Checks that the new binding is compatible with any current binding. Handles aliased variables.
@return false if the binding fails
-
com.hp.jena.ymris.deploy.reasoner.DirectReasoner.bind()
-
com.ipc.oce.varset.EActivator.bind()
Привязка активатора к конкретному экземпляру сессии, dispatch полечается из представления внутренней строки
@param application
@throws JIException
-
com.jogamp.opengl.FBObject.bind()
-
com.jogamp.opengl.util.texture.Texture.bind()
-
com.novell.ldap.LDAPConnection.bind()
-
com.orientechnologies.orient.object.serialization.OObjectSerializerContext.bind()
-
com.palantir.ptoss.cinch.core.BindableModel.bind()
Attach the binding to the model. Whenever the model is updated then the binding will be triggered.
@param toBind
-
com.sencha.gxt.core.client.util.TextMetrics.bind()
Binds this TextMetrics instance to an element from which to copy existing CSS styles that can affect the size of the rendered text.
@param el the element
-
com.sencha.gxt.widget.core.client.toolbar.PagingToolBar.bind()
Binds the toolbar to the loader.
@param loader the loader
-
com.strategicgains.restexpress.RestExpress.bind()
-
com.sun.corba.se.spi.activation.InitialNameService.bind()
-
com.sun.faban.driver.transport.util.TimedSocket.bind()
-
com.sun.faban.driver.transport.util.TimedSocketWrapper.bind()
Binds the socket to a local address.
If the address is null
, then the system will pick up an ephemeral port and a valid local address to bind the socket.
@param bindpoint the SocketAddress
to bind to
@throws IOException if the bind operation fails, or if the socketis already bound.
@throws IllegalArgumentException if bindpoint is aSocketAddress subclass not supported by this socket
@since 1.4
@see #isBound
-
com.sun.faban.harness.tools.ToolDescription.bind()
Binds the tool to the service.
@param serviceMap The service map
@return boolean true if the tool is bound to a service
-
com.sun.jndi.toolkit.dir.HierMemDirCtx.bind()
-
com.sun.msv.relaxns.verifier.SchemaProviderImpl.bind()
binds all IslandSchemata.
-
com.sun.net.httpserver.HttpServer.bind()
Binds a currently unbound HttpServer to the given address and port number. A maximum backlog can also be specified. This is the maximum number of queued incoming connections to allow on the listening socket. Queued TCP connections exceeding this limit may be rejected by the TCP implementation.
@param addr the address to listen on
@param backlog the socket backlog. If this value is less than or equal to zero,then a system default value is used.
@throws BindException if the server cannot bind to the requested address or if the serveris already bound.
@throws NullPointerException if addr is null
-
com.sun.nio.sctp.SctpServerChannel.bind()
-
com.sun.opengl.util.texture.Texture.bind()
Binds this texture to the current GL context. This method is a shorthand equivalent of the following OpenGL code:
gl.glBindTexture(texture.getTarget(), texture.getTextureObject());
See the
performance tips above for hints on how to maximize performance when using many Texture objects.
@throws GLException if no OpenGL context was current or if anyOpenGL-related errors occurred
-
com.sun.tools.xjc.api.SchemaCompiler.bind()
Obtains the compiled schema object model. Once this method is called, no other method should be invoked on the {@link SchemaCompiler}.
@return null if the compilation fails. The errors should have been delivered to the registered error handler in such a case.
-
com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind()
-
com.totsp.gwittir.client.beans.Binding.bind()
Establishes a two-way binding between the objects.
-
com.turn.ttorrent.client.peer.SharingPeer.bind()
Bind a connected socket to this peer.
This will create a new peer exchange with this peer using the given socket, and register the peer as a message listener.
@param channel The connected socket channel for this peer.
-
com.unboundid.ldap.sdk.LDAPConnection.bind()
-
com.vaadin.data.fieldgroup.FieldGroup.bind()
Binds the field with the given propertyId from the current item. If an item has not been set then the binding is postponed until the item is set using {@link #setItemDataSource(Item)}.
This method also adds validators when applicable.
@param field The field to bind
@param propertyId The propertyId to bind to the field
@throws BindException If the property id is already bound to another field by this field binder
-
de.fips.util.tinybinding.DataBindingContext.bind()
-
de.fu_berlin.inf.dpp.concurrent.management.DocumentChecksum.bind()
-
de.innovationgate.eclipse.utils.ui.GenesisBoundObject.bind()
-
de.odysseus.el.tree.Tree.bind()
Create a bindings.
@param fnMapper the function mapper to use
@param varMapper the variable mapper to use
@return tree bindings
-
eu.mosaic_cloud.components.core.ChannelController.bind()
-
eu.mosaic_cloud.components.core.ComponentController.bind()
-
findstruct.StructModel.Match.bind()
-
grails.databinding.DataBinder.bind()
@param obj The object being bound to
@param source The data binding source
@param filter Only properties beginning with filter will be included in thedata binding. For example, if filter is "person" and the binding source contains data for properties "person.name" and "author.name" the value of "person.name" will be bound to obj.name. The value of "author.name" will be ignored.
@param whiteList A list of property names to be included during this data binding. All other properties represented in the binding source will be ignored
@param blackList A list of properties names to be excluded duringthis data binding.
@param listener A listener which will be notified of data binding events triggeredby this binding
@see DataBindingSource
@see DataBindingListener
-
groovy.xml.StreamingMarkupBuilder.bind()
-
groovyx.gpars.dataflow.DataflowVariable.bind()
-
groovyx.gpars.dataflow.DataflowWriteChannel.bind()
Assigns a value to the variable. Can only be invoked once on each instance of DataflowVariable
@param value The value to assign
-
gwt.mosaic.client.beans.NamespaceBinding.bind()
Binds the source property to the target property.
-
gwtquery.plugins.ui.widgets.Dialog.bind()
-
hermes.impl.jms.ContextImpl.bind()
{@inheritDoc}
-
hivemind.test.lib.impl.FakeContext.bind()
-
ie.omk.smpp.Connection.bind()
Bind this connection to the SMSC. Calling this method is the equivalent of calling
bind(type, systemID, password, systemType, 0, 0, null);
.
@see #bind(int,String,String,String,int,int,String)
-
info.walnutstreet.vs.ps02.model.remote.ChatServerModel.bind()
-
info.walnutstreet.vs.ps02.model.remote.interfaces.ChatServerModelInterface.bind()
Bind the chat instance in the registry.
@throws RemoteException
-
io.netty.bootstrap.Bootstrap.bind()
-
io.netty.bootstrap.ConnectionlessBootstrap.bind()
Creates a new channel which is bound to the local address which was specified in the current {@code "localAddress"} option. This method issimilar to the following code:
{@link ConnectionlessBootstrap} b = ...;b.bind(b.getOption("localAddress"));
@return a new bound channel which accepts incoming connections
@throws IllegalStateException if {@code "localAddress"} option was not set
@throws ClassCastException if {@code "localAddress"} option's value isneither a {@link SocketAddress} nor {@code null}
@throws ChannelException if failed to create a new channel and bind it to the local address
-
io.netty.bootstrap.ServerBootstrap.bind()
Creates a new channel which is bound to the local address which was specified in the current {@code "localAddress"} option. This method issimilar to the following code:
{@link ServerBootstrap} b = ...;b.bind(b.getOption("localAddress"));
@return a new bound channel which accepts incoming connections
@throws IllegalStateException if {@code "localAddress"} option was not set
@throws ClassCastException if {@code "localAddress"} option's value isneither a {@link SocketAddress} nor {@code null}
@throws ChannelException if failed to create a new channel and bind it to the local address
-
io.netty.channel.Channel.bind()
Binds this channel to the specified local address asynchronously.
@param localAddress where to bind
@return the {@link ChannelFuture} which will be notified when thebind request succeeds or fails
@throws NullPointerException if the specified address is {@code null}
-
io.netty.channel.embedded.EmbeddedChannel.bind()
-
java.net.DatagramSocket.bind()
Binds this DatagramSocket to a specific address & port.
If the address is null
, then the system will pick up an ephemeral port and a valid local address to bind the socket.
@param addr The address & port to bind to.
@throws SocketException if any error happens during the bind, or if thesocket is already bound.
@throws SecurityException if a security manager exists and its checkListen
method doesn't allow the operation.
@throws IllegalArgumentException if addr is a SocketAddress subclassnot supported by this socket.
@since 1.4
-
java.net.MulticastSocket.bind()
-
java.net.ServerSocket.bind()
Binds the
ServerSocket
to a specific address (IP address and port number).
If the address is null
, then the system will pick up an ephemeral port and a valid local address to bind the socket.
@param endpoint The IP address & port number to bind to.
@throws IOException if the bind operation fails, or if the socketis already bound.
@throws SecurityException if a SecurityManager
is present andits checkListen
method doesn't allow the operation.
@throws IllegalArgumentException if endpoint is aSocketAddress subclass not supported by this socket
@since 1.4
-
java.net.Socket.bind()
Binds the socket to a local address.
If the address is null
, then the system will pick up an ephemeral port and a valid local address to bind the socket.
@param bindpoint the SocketAddress
to bind to
@throws IOException if the bind operation fails, or if the socketis already bound.
@throws IllegalArgumentException if bindpoint is aSocketAddress subclass not supported by this socket
@since 1.4
@see #isBound
-
java.nio.channels.AsynchronousServerSocketChannel.bind()
Binds the channel's socket to a local address and configures the socket to listen for connections.
An invocation of this method is equivalent to the following:
bind(local, 0);
@param local The local address to bind the socket, or
null to bind to an automatically assigned socket address
@return This channel
@throws AlreadyBoundException {@inheritDoc}
@throws UnsupportedAddressTypeException {@inheritDoc}
@throws SecurityException {@inheritDoc}
@throws ClosedChannelException {@inheritDoc}
@throws IOException {@inheritDoc}
-
java.nio.channels.DatagramChannel.bind()
@throws AlreadyBoundException {@inheritDoc}
@throws UnsupportedAddressTypeException {@inheritDoc}
@throws ClosedChannelException {@inheritDoc}
@throws IOException {@inheritDoc}
@throws SecurityException If a security manager has been installed and its {@link SecurityManager#checkListen checkListen} method denies theoperation
@since 1.7
-
java.nio.channels.NetworkChannel.bind()
Binds the channel's socket to a local address.
This method is used to establish an association between the socket and a local address. Once an association is established then the socket remains bound until the channel is closed. If the {@code local} parameter has thevalue {@code null} then the socket will be bound to an address that isassigned automatically.
@param local The address to bind the socket, or {@code null} to bind the socketto an automatically assigned socket address
@return This channel
@throws AlreadyBoundException If the socket is already bound
@throws UnsupportedAddressTypeException If the type of the given address is not supported
@throws ClosedChannelException If the channel is closed
@throws IOException If some other I/O error occurs
@throws SecurityException If a security manager is installed and it denies an unspecified permission. An implementation of this interface should specify any required permissions.
@see #getLocalAddress
-
java.nio.channels.ServerSocketChannel.bind()
Binds the channel's socket to a local address and configures the socket to listen for connections.
An invocation of this method is equivalent to the following:
bind(local, 0);
@param local The local address to bind the socket, or {@code null} to bindto an automatically assigned socket address
@return This channel
@throws AlreadyBoundException {@inheritDoc}
@throws UnsupportedAddressTypeException {@inheritDoc}
@throws ClosedChannelException {@inheritDoc}
@throws IOException {@inheritDoc}
@throws SecurityException If a security manager has been installed and its {@link SecurityManager#checkListen checkListen} method denies theoperation
@since 1.7
-
java.nio.channels.SocketChannel.bind()
@throws ConnectionPendingException If a non-blocking connect operation is already in progress on this channel
@throws AlreadyBoundException {@inheritDoc}
@throws UnsupportedAddressTypeException {@inheritDoc}
@throws ClosedChannelException {@inheritDoc}
@throws IOException {@inheritDoc}
@throws SecurityException If a security manager has been installed and its {@link SecurityManager#checkListen checkListen} method deniesthe operation
@since 1.7
-
java.rmi.registry.Registry.bind()
Binds a remote reference to the specified name
in this registry.
@param name the name to associate with the remote reference
@param obj a reference to a remote object (usually a stub)
@throws AlreadyBoundException if name
is already bound
@throws RemoteException if remote communication with theregistry failed; if exception is a ServerException
containing an AccessException
, then the registry denies the caller access to perform this operation (if originating from a non-local host, for example)
@throws AccessException if this registry is local and it deniesthe caller access to perform this operation
@throws NullPointerException if name
isnull
, or if obj
is null
-
javafx.beans.property.BooleanProperty.bind()
-
javafx.beans.property.SimpleBooleanProperty.bind()
-
javafx.beans.property.SimpleStringProperty.bind()
-
javango.contrib.hibernate.ModelForm.bind()
-
javango.forms.Form.bind()
Bind the form to the input values from the user.
@param m
-
javango.polls.forms.VoteForm.bind()
-
javax.naming.Context.bind()
Binds the specified name to the specified object in this context. The specified name may not be null. The specified object may be null when a name bound to a null object is meaningful in the semantics of the underlying naming system, otherwise a NamingException
is thrown.
@param n a Name
, may not be null
@param o an object to bind with the name, may be null
@throws NamingException if an error occurs.
-
javax.naming.InitialContext.bind()
-
javax.naming.directory.DirContext.bind()
Binds a
Name
to an
Object
in this directory to produce a binding.
This binding can have attributes, which are specified by the attributes
parameter if it is non-null. If the attributes
parameter is null and obj
is a DirContext
with attributes, the binding will have the attributes of obj
.
Note that null is not a valid value for name
. Neither is the empty Name
because this is reserved to refer to the context.
If name
is already bound in this DirContext
this method throws a NameAlreadyBoundException
.
If there are mandatory attributes for this binding in this DirContext
, and they are not specified, this method throws an InvalidAttributesException
.
This method throws any NamingException
that occurs.
@param name the name to be bound
@param obj the object to be bound
@param attributes the attributes of this binding, can be null
@throws NamingException If any occurs.
-
javax.naming.directory.InitialDirContext.bind()
-
javax.naming.ldap.LdapContext.bind()
-
javax.net.ssl.SSLServerSocket.bind()
-
javax.net.ssl.SSLSocket.bind()
-
jcifs.dcerpc.DcerpcHandle.bind()
-
jfun.yan.Binder.bind()
Creates a Creator object according to a value. This value is typically a component instance created from another Component object.
@param v the value.
@return the Creator object.
@throws Throwable if any error happens in the bind.
-
jfun.yan.Component.bind()
Monadic 'bind' operation. It creates a new Component object. Upon instance creation, this Component object will
1. invokes this component object to create an instance.
2. feed the instance to the Binder object to get a second Creator object.
3. Invoke the second Creator object to get a second instance.
4. return the second instance as the instance of this Component.
Since the actual component type is not known until creation time, null is returned for getType().
@param binder the Binder object.
@return the new Component object.
-
jline.console.KeyMap.bind()
-
jnr.unixsocket.UnixServerSocket.bind()
-
mdesl.graphics.Texture.bind()
-
net.hasor.db.transaction.interceptor.TransactionBinder.bind()
-
net.pleso.framework.client.ui.custom.controls.data.ActionButtonControl.bind()
-
net.pleso.framework.client.ui.custom.controls.data.ActionSliderControl.bind()
-
net.pleso.framework.client.ui.custom.controls.data.DateRangeControl.bind()
Bind row and range columns
@param row row instance
@param start_column column instance
@param end_column column instance
-
net.pleso.framework.client.ui.custom.controls.data.EnumComboBoxDataControl.bind()
Bind row and column
@param row row instance
@param column column instance
-
net.pleso.framework.client.ui.custom.controls.data.FloatRangeControl.bind()
Bind row and range columns
@param row row instance
@param start_column column instance
@param end_column column instance
-
net.pleso.framework.client.ui.custom.controls.data.InfoDataControl.bind()
-
net.pleso.framework.client.ui.custom.controls.data.SelectorControl.bind()
Bind row and range columns
@param row row instance
@param start_column column instance
@param end_column column instance
-
net.pleso.framework.client.ui.custom.controls.data.TimeRangeControl.bind()
Bind row and range columns
@param row row instance
@param start_column column instance
@param end_column column instance
-
net.pleso.framework.client.ui.interfaces.ISingleColumnBind.bind()
Binds control to the specified {@link IDataRow} and {@link IDataColumn}.
@param row a {@link IDataRow} to be binded to.
@param column a {@link IDataColumn} to be binded to.
-
net.rim.device.api.database.Statement.bind()
-
net.sf.saxon.functions.FunctionLibrary.bind()
Bind a function, given the URI and local parts of the function name, and the list of expressions supplied as arguments. This method is called at compile time.
@param functionName the QName of the function being called
@param staticArgs The expressions supplied statically in arguments to the function call.The length of this array represents the arity of the function. The intention is that the static type of the arguments (obtainable via getItemType() and getCardinality()) may be used as part of the binding algorithm. In some cases it may be possible for the function to be pre-evaluated at compile time, for example if these expressions are all constant values.
The conventions of the XPath language demand that the results of a function depend only on the values of the expressions supplied as arguments, and not on the form of those expressions. For example, the result of f(4) is expected to be the same as f(2+2). The actual expression is supplied here to enable the binding mechanism to select the most efficient possible implementation (including compile-time pre-evaluation where appropriate).
@param env The static context of the function call
@return An object representing the function to be called, if one is found;null if no function was found matching the required name and arity.
@throws net.sf.saxon.trans.XPathException if a function is found with the required name and arity, butthe implementation of the function cannot be loaded or used; or if an error occurs while searching for the function.
-
net.sf.saxon.functions.IntegratedFunctionLibrary.bind()
Bind an extension function, given the URI and local parts of the function name, and the list of expressions supplied as arguments. This method is called at compile time.
@param functionName the QName of the function being called
@param staticArgs The expressions supplied statically in arguments to the function call.The length of this array represents the arity of the function. The intention is that the static type of the arguments (obtainable via getItemType() and getCardinality()) may be used as part of the binding algorithm. In some cases it may be possible for the function to be pre-evaluated at compile time, for example if these expressions are all constant values.
The conventions of the XPath language demand that the results of a function depend only on the values of the expressions supplied as arguments, and not on the form of those expressions. For example, the result of f(4) is expected to be the same as f(2+2). The actual expression is supplied here to enable the binding mechanism to select the most efficient possible implementation (including compile-time pre-evaluation where appropriate).
@param env The static context of the function call
@return An object representing the function to be called, if one is found;null if no function was found matching the required name and arity.
@throws net.sf.saxon.trans.XPathException if a function is found with the required name and arity, but the implementation of the function cannot be loaded or used; or if an error occurs while searching for the function.
-
net.sourceforge.ztail.ui.tabs.TabSession.bind()
-
netscape.ldap.LDAPConnection.bind()
-
objot.container.Factory.bind()
-
org.apache.camel.dataformat.bindy.BindyCsvFactory.bind()
-
org.apache.camel.dataformat.bindy.BindyFixedLengthFactory.bind()
-
org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory.bind()
-
org.apache.camel.impl.JndiRegistry.bind()
-
org.apache.camel.main.Main.bind()
Binds the given name
to the bean
object, so that it can be looked up inside the CamelContext this command line tool runs with.
@param name the used name through which we do bind
@param bean the object to bind
-
org.apache.camel.util.jndi.JndiContext.bind()
-
org.apache.catalina.Context.bind()
Change the current thread context class loader to the web application class loader. If no web application class loader is defined, or if the current thread is already using the web application class loader then no change will be made. If the class loader is changed and a {@link ThreadBindingListener} is configured then{@link ThreadBindingListener#bind()} will be called after the change hasbeen made.
@param usePrivilegedAction Should a {@link java.security.PrivilegedAction} be used whenobtaining the current thread context class loader and setting the new one?
@param originalClassLoader The current class loader if known to save this method having to look it up
@return If the class loader has been changed by the method it will returnthe thread context class loader in use when the method was called. If no change was made then this method returns null.
-
org.apache.catalina.ThreadBindingListener.bind()
-
org.apache.cayenne.modeler.pref.ComponentGeometry.bind()
Binds this preference object to synchronize its state with a given component, allowing to specify an initial offset compared to the stored position.
-
org.apache.cxf.common.jaxb.JAXBUtils.SchemaCompiler.bind()
-
org.apache.cxf.jaxb.JAXBUtils.SchemaCompiler.bind()
-
org.apache.cxf.jaxrs.model.MethodDispatcher.bind()
-
org.apache.derby.impl.sql.compile.CreateViewNode.bind()
Bind this CreateViewNode. This means doing any static error checking that can be done before actually creating the table. For example, verifying that the ResultColumnList does not contain any duplicate column names.
@return The bound query tree
@exception StandardException Thrown on error
-
org.apache.derby.impl.sql.compile.QueryTreeNode.bind()
Perform the binding operation on a query tree. Binding consists of permissions checking, view resolution, datatype resolution, and creation of a dependency list (for determining whether a tree or plan is still up to date). This bind() method does nothing. Each node type that can appear at the top of a tree can override this method with its own bind() method that does "something".
@return The bound query tree
@exception StandardException Thrown on error
-
org.apache.directory.ldap.client.api.LdapConnection.bind()
Anonymous Bind on a server.
@return The BindResponse LdapResponse
@throws LdapException if some error occurred
@throws IOException if an I/O exception occurred
-
org.apache.directory.ldap.client.api.LdapNetworkConnection.bind()
{@inheritDoc}
-
org.apache.directory.server.core.LdapCoreSessionConnection.bind()
{@inheritDoc}
-
org.apache.directory.server.core.OperationManager.bind()
TODO document after determining if this method should be here.
-
org.apache.directory.server.core.api.LdapCoreSessionConnection.bind()
{@inheritDoc}
-
org.apache.directory.server.core.api.OperationManager.bind()
TODO document after determining if this method should be here.
-
org.apache.directory.server.core.api.interceptor.Interceptor.bind()
Filters {@link Partition#bind(BindOperationContext)} call.
-
org.apache.directory.studio.connection.core.io.ConnectionWrapper.bind()
Binds to the directory server.
@param monitor the progress monitor
-
org.apache.directory.studio.connection.core.io.jndi.JNDIConnectionWrapper.bind()
{@inheritDoc}
-
org.apache.drill.exec.rpc.bit.BitServer.bind()
-
org.apache.drill.exec.rpc.data.DataServer.bind()
-
org.apache.felix.ipojo.extender.InstanceDeclaration.bind()
-
org.apache.fop.fo.FOText.bind()
@see org.apache.fop.fo.FObj#bind(PropertyList)
-
org.apache.geronimo.gjndi.GlobalContextGBean.bind()
-
org.apache.http.HttpServerConnection.bind()
Binds this connection to an underlying socket.
@param socket The underlying socket.
@param params the parameters in effect for this connection
@throws IOException
-
org.apache.http.conn.ManagedClientConnection.bind()
-
org.apache.http.conn.ManagedHttpClientConnection.bind()
-
org.apache.http.conn.SocketClientConnection.bind()
-
org.apache.http.impl.DefaultBHttpClientConnection.bind()
-
org.apache.http.impl.DefaultBHttpServerConnection.bind()
-
org.apache.http.impl.DefaultHttpClientConnection.bind()
-
org.apache.http.impl.DefaultHttpServerConnection.bind()
-
org.apache.http.impl.nio.reactor.SSLIOSession.bind()
-
org.apache.http.nio.conn.ManagedNHttpClientConnection.bind()
-
org.apache.james.protocols.api.ProtocolServer.bind()
Start the server
@throws Exception
-
org.apache.james.protocols.netty.NettyServer.bind()
-
org.apache.mina.common.IoAcceptor.bind()
Binds to the specified address
and handles incoming connections with the specified handler
.
@throws IOException if failed to bind
-
org.apache.mina.core.service.IoAcceptor.bind()
Binds to the default local address(es) and start to accept incoming connections.
@throws IOException if failed to bind
-
org.apache.mina.io.IoAcceptor.bind()
Binds to the specified address
and handles incoming connections with the specified handler
.
@throws IOException if failed to bind
-
org.apache.mina.protocol.ProtocolAcceptor.bind()
Binds to the specified address
and handles incoming connections with the specified protocolProvider
.
@throws IOException if failed to bind
-
org.apache.mina.registry.ServiceRegistry.bind()
Binds the specified I/O handler to the specified service.
-
org.apache.mina.registry.SimpleServiceRegistry.bind()
-
org.apache.mina.transport.bio.BioUdpServer.bind()
-
org.apache.mina.transport.nio.NioTcpServer.bind()
{@inheritDoc}
-
org.apache.mina.transport.nio.NioUdpServer.bind()
{@inheritDoc}
-
org.apache.mina.transport.socket.DatagramAcceptor.bind()
-
org.apache.mina.transport.socket.SocketAcceptor.bind()
-
org.apache.mina.transport.socket.nio.DatagramAcceptor.bind()
-
org.apache.mina.transport.socket.nio.NioDatagramAcceptor.bind()
-
org.apache.mina.transport.socket.nio.NioSocketAcceptor.bind()
-
org.apache.mina.transport.socket.nio.SocketAcceptor.bind()
Binds to the specified address
and handles incoming connections with the specified handler
. Backlog value is configured to the value of backlog
property.
@throws IOException if failed to bind
-
org.apache.mina.transport.vmpipe.VmPipeAcceptor.bind()
-
org.apache.naming.NamingContext.bind()
Binds a name to an object. All intermediate contexts and the target context (that named by all but terminal atomic component of the name) must already exist.
@param name the name to bind; may not be empty
@param obj the object to bind; possibly null
@param rebind if true, then perform a rebind (ie, overwrite)
@exception NameAlreadyBoundException if name is already bound
@exception InvalidAttributesException if object did not supply all mandatory attributes
@exception NamingException if a naming exception is encountered
-
org.apache.ojb.broker.query.SelectionCriteria.bind()
sets the value of the criteria to newValue. Used by the ODMG OQLQuery.bind() operation
-
org.apache.ojb.odmg.oql.EnhancedOQLQuery.bind()
-
org.apache.openejb.core.ivm.naming.IvmContext.bind()
-
org.apache.pivot.beans.BXMLSerializer.bind()
Applies BXML binding annotations to an object.
@param object
@see #bind(Object,Class)
-
org.apache.pivot.beans.NamespaceBinding.bind()
Binds the source property to the target property.
-
org.apache.pivot.wtkx.WTKXSerializer.bind()
Applies WTKX binding annotations to an object.
@param object
@see #bind(Object,Class)
-
org.apache.qpid.proton.engine.Transport.bind()
-
org.apache.qpid.server.queue.AMQQueue.bind()
-
org.apache.qpid.transport.NetworkDriver.bind()
-
org.apache.qpid.transport.network.mina.MINANetworkDriver.bind()
-
org.apache.shiro.subject.support.SubjectThreadState.bind()
Binds a {@link Subject} and {@link org.apache.shiro.mgt.SecurityManager SecurityManager} to the{@link ThreadContext} so they can be retrieved later by any{@code SecurityUtils.}{@link org.apache.shiro.SecurityUtils#getSubject() getSubject()} calls that might occurduring the thread's execution.
Prior to binding, the {@code ThreadContext}'s existing {@link ThreadContext#getResources() resources} areretained so they can be restored later via the {@link #restore restore} call.
-
org.apache.shiro.util.ThreadState.bind()
re or instantiate as necessary try { state.bind(); doSomething(); //execute any logic downstream logic that might need to access the state } finally { state.restore(); }
-
org.apache.tuscany.sca.runtime.RuntimeEndpoint.bind()
-
org.apache.tuscany.sca.runtime.RuntimeEndpointReference.bind()
-
org.apache.webbeans.spi.JNDIService.bind()
Bind the object with the given name to the JNDI environment
@param name
@param object
@throws WebBeansException on any internal error
-
org.apache.wicket.ResourceReference.bind()
Binds this shared resource to the given application.
@param application The application which holds the shared resource
-
org.apache.wicket.Session.bind()
Force binding this session to the application's {@link ISessionStore session store} if notalready done so.
A Wicket application can operate in a session-less mode as long as stateless pages are used. Session objects will be then created for each request, but they will only live for that request. You can recognize temporary sessions by calling {@link #isTemporary()} whichbasically checks whether the session's id is null. Hence, temporary sessions have no session id.
By calling this method, the session will be bound (made not-temporary) if it was not bound yet. It is useful for cases where you want to be absolutely sure this session object will be available in next requests. If the session was already bound ( {@link ISessionStore#lookup(Request) returns a session}), this call will be a noop.
-
org.apache.wicket.session.ISessionStore.bind()
Adds the provided new session to this facade using the provided request.
@param request The request that triggered making a new sesion
@param newSession The new session
-
org.apache.xbean.naming.context.WritableContext.bind()
-
org.ardverk.dht.DHT.bind()
-
org.atmosphere.gwt.client.extra.WindowSocket.bind()
-
org.cafesip.jiplet.naming.EnvEntryMetaData.bind()
-
org.candlepin.resource.ConsumerResource.bind()
Binds Entitlements
If a pool ID is specified, we know we're binding to that exact pool. Specifying an entitle date in this case makes no sense and will throw an error.
If a list of product IDs are specified, we attempt to auto-bind to subscriptions which will provide those products. An optional date can be specified allowing the consumer to get compliant for some date in the future. If no date is specified we assume the current date.
If neither a pool nor an ID is specified, this is a healing request. The path is similar to the bind by products, but in this case we use the installed products on the consumer, and their current compliant status, to determine which product IDs should be requested. The entitle date is used the same as with bind by products.
The Respose will contain a list of Entitlement objects if async is false, or a JobDetail object if async is true.
@param consumerUuid Consumer identifier to be entitled
@param poolIdString Entitlement pool id.
@param email email address.
@param emailLocale locale for email address.
@param async True if bind should be asynchronous, defaults to false.
@param entitleDateStr specific date to entitle by.
@return a Response object
@httpcode 400
@httpcode 403
@httpcode 404
@httpcode 200
-
org.crsh.shell.impl.remoting.RemoteServer.bind()
-
org.datanucleus.query.expression.ClassExpression.bind()
Method to bind the expression to the symbol table as appropriate.
@return The symbol for this expression
-
org.datanucleus.query.expression.Expression.bind()
Method to bind the expression to the symbol table as appropriate.
@param symtbl Symbol table
@return The symbol for this expression
-
org.datanucleus.query.expression.OrderExpression.bind()
-
org.eclipse.e4.xwt.internal.core.BindingGate.bind()
-
org.eclipse.ui.internal.commands.ICommandImageService.bind()
Binds a particular image descriptor to a command id, type and style triple
@param commandId The identifier of the command to which the image should be bound; must not be null
.
@param type The type of image to retrieve. This value must be one of the TYPE
constants defined in this class.
@param style The style of the image; may be null
.
@param descriptor The image descriptor. Should not be null
.
-
org.elasticsearch.common.netty.bootstrap.ServerBootstrap.bind()
-
org.exolab.castor.jdo.OQLQuery.bind()
-
org.exolab.castor.jdo.Query.bind()
Bind a parameter value to the query. Parameters are set in the order in which they appear in the query and must match in number and type of each parameter.
@param value The parameter value
@throws IllegalArgumentException The parameter is not of theexpected type, or more parameters were supplied that the query specified
-
org.exolab.jms.net.registry.LocalRegistry.bind()
-
org.exolab.jms.net.registry.Registry.bind()
Binds the specified name to a remote object.
@param name the name of the binding
@param proxy the proxy for the remote object
@throws AccessException if the caller doesn't have permission tobind the object
@throws AlreadyBoundException if name
is already bound
@throws RemoteException if the registry could not be contacted
-
org.formic.wizard.form.GuiForm.bind()
-
org.glassfish.hk2.api.DynamicConfiguration.bind()
This method will bind the given descriptor to this Module. If the descriptor given is not an ActiveDescriptor then a non-reified ActiveDescriptor will be returned with the system provided fields set. If the descriptor given is a reified ActiveDescriptor then the descriptor returned will be a reified ActiveDescriptor that takes all values except for the id from the given descriptor. A deep copy will be made of the incoming descriptor
@param key May not be null. Will be used to derive the variouskey fields associated with the given provider
@return The entry as added to the service registry, with fieldsof the Descriptor filled in by the system as appropriate
@throws IllegalArgumentException if there is an error in the key
-
org.glassfish.hk2.utilities.binding.AbstractBinder.bind()
Start building a new class-based service binding. Does NOT bind the service type itself as a contract type.
@param < T> service type.
@param serviceType service class.
@return initialized binding builder.
-
org.graphstream.stream.rmi.RMISource.bind()
-
org.grouplens.lenskit.core.LenskitConfiguration.bind()
-
org.gwt.mosaic.actions.client.ButtonBindings.bind()
-
org.gwt.mosaic.actions.client.CheckBoxMenuItemBindings.bind()
-
org.gwt.mosaic.actions.client.ImageButtonBindings.bind()
-
org.gwt.mosaic.actions.client.MenuItemBindings.bind()
-
org.gwt.mosaic.actions.client.RadioButtonMenuItemBindings.bind()
-
org.gwt.mosaic.actions.client.ToolButtonBindings.bind()
-
org.hibernate.cfg.Ejb3Column.bind()
-
org.hibernate.cfg.annotations.CollectionBinder.bind()
-
org.hibernate.cfg.annotations.PropertyBinder.bind()
-
org.hibernate.id.IntegralDataTypeHolder.bind()
Bind this holders internal value to the given result set.
@param preparedStatement The JDBC prepared statement
@param position The position at which to bind
@throws SQLException Any exception from accessing the statement
-
org.hibernate.metamodel.source.annotations.entity.EntityBinder.bind()
-
org.hibernate.param.ParameterSpecification.bind()
Bind the appropriate value into the given statement at the specified position.
@param statement The statement into which the value should be bound.
@param qp The defined values for the current query execution.
@param session The session against which the current execution is occuring.
@param position The position from which to start binding value(s).
@return The number of sql bind positions "eaten" by this bind operation.
@throws java.sql.SQLException Indicates problems performing the JDBC biind operation.
-
org.hibernate.service.jndi.internal.JndiServiceImpl.bind()
-
org.hibernate.type.descriptor.ValueBinder.bind()
Bind a value to a prepared statement.
@param st The prepared statement to which to bind the value.
@param value The value to bind.
@param index The position at which to bind the value within the prepared statement
@param options The options.
@throws SQLException Indicates a JDBC error occurred.
-
org.jboss.aop.metadata.ClassMetaDataLoader.bind()
This is a prebind of metadata so that loader/compiler can work with metadata as strings
@param advisor
@param data
@param methods
@param fields
@param constructors
@throws Exception
-
org.jboss.arquillian.core.spi.Manager.bind()
-
org.jboss.arquillian.impl.core.ManagerImpl.bind()
-
org.jboss.as.console.client.widgets.forms.Form.bind()
Binds a default single selection model to the table that displays selected rows in a form.
@param instanceTable
-
org.jboss.as.messaging.jms.AS7BindingRegistry.bind()
-
org.jboss.as.naming.NamingStore.bind()
Bind and object into the naming store. All parent contexts must be created before this can be executed.
@param context The calling context
@param name The entry name
@param object The entry object
@param className The entry class name
@throws NamingException If any problems occur
-
org.jboss.byteman.rule.expression.Expression.bind()
verify that variables mentioned in this expression are actually available in the rule bindings list
@return true if all variables in this expression are bound and no type mismatches havebeen detected during validation.
-
org.jboss.ejb3.common.registrar.plugin.mc.Ejb3McRegistrar.bind()
Binds the specified value to the key of specified name, throwing a DuplicateBindException in the case the name is not unique
@param name
@param value
@throws DuplicateBindException
-
org.jboss.ejb3.common.registrar.spi.Ejb3Registrar.bind()
Binds the specified value to the key of specified name, throwing a DuplicateBindException in the case the name is not unique
@param name
@param value
@throws DuplicateBindException
-
org.jboss.errai.databinding.client.api.DataBinder.bind()
Bind the provided widget to the specified property of the model instance associated with this {@link DataBinder}. If an existing binding for the specified property exists it will be replaced. If the provided widget already participates in another binding managed by this {@link DataBinder}, a {@link RuntimeException} will be thrown.
@param widget The widget the model instance should be bound to, must not be null.
@param property The name of the model property that should be used for the binding, following Java bean conventions. Must not be null.
@return the same {@link DataBinder} instance to support call chaining.
@throws NonExistingPropertyException If {@code widget} does not have a property with the given name.
-
org.jboss.fresh.registry.RegistryContext.bind()
Binds a name to an object.
-
org.jboss.fresh.util.TextLayout.bind()
-
org.jboss.netty.bootstrap.ConnectionlessBootstrap.bind()
Creates a new channel which is bound to the local address which was specified in the current {@code "localAddress"} option. This method issimilar to the following code:
ServerBootstrap b = ...; b.connect(b.getOption("localAddress"));
@return a new bound channel which accepts incoming connections
@throws IllegalStateException if {@code "localAddress"} option was not set
@throws ClassCastException if {@code "localAddress"} option's value isneither a {@link SocketAddress} nor {@code null}
@throws ChannelException if failed to create a new channel and bind it to the local address
-
org.jboss.netty.bootstrap.ServerBootstrap.bind()
Creates a new channel which is bound to the local address which was specified in the current {@code "localAddress"} option. This method issimilar to the following code:
ServerBootstrap b = ...; b.connect(b.getOption("localAddress"));
@return a new bound channel which accepts incoming connections
@throws IllegalStateException if {@code "localAddress"} option was not set
@throws ClassCastException if {@code "localAddress"} option's value isneither a {@link SocketAddress} nor {@code null}
@throws ChannelException if failed to create a new channel and bind it to the local address
-
org.jboss.netty.channel.Channel.bind()
Binds this channel to the specified local address asynchronously.
@param localAddress where to bind
@return the {@link ChannelFuture} which will be notified when thebind request succeeds or fails
@throws NullPointerException if the specified address is {@code null}
-
org.jboss.remoting.transport.multiplex.VirtualSocket.bind()
Binds the socket to a local address.
If the address is null
, then the system will pick up an ephemeral port and a valid local address to bind the socket. TODO: security
@param address the SocketAddress
to bind to
@throws IOException if the bind operation fails, or if the socket is already bound.
@throws IllegalArgumentException if bindpoint is aSocketAddress subclass not supported by this socket
-
org.jboss.resteasy.core.interception.InterceptorRegistry.bind()
-
org.jboss.test.cluster.cache.bean.CacheObjectMeanTester.bind()
-
org.jdesktop.beansbinding.AutoBinding.bind()
-
org.jdesktop.beansbinding.Binding.bind()
-
org.jdesktop.beansbinding.BindingGroup.bind()
-
org.jdesktop.swingbinding.JListBinding.bind()
-
org.jdesktop.swingbinding.JTableBinding.bind()
-
org.jeromq.ZMQ.Socket.bind()
-
org.jitterbit.ui.input.ToggleButtonActivationConstraint.bind()
Binds an
InputField
to this constraint, resulting in the active and enabled states of the input field being updated automatically when the selected state of the
JToggleButton
changes.
The active and enabled states of the input field are immediately updated to the current state of this constraint.
@param field the InputField
to bind
@param requestFocusWhenActivated true
if focus should be transfered to the input field when activated through this constraint
-
org.jnp.interfaces.Naming.bind()
-
org.jooq.BatchBindStep.bind()
Set bind values on the batch statement
@throws DataAccessException if something went wrong executing the query
-
org.jvnet.hk2.internal.DynamicConfigurationImpl.bind()
-
org.mom4j.api.JNDIContextHandler.bind()
Notifies the handler of a data binding.
@param path the path to which the object is bound
@param value the value bound
-
org.mule.jndi.SimpleContext.bind()
-
org.newdawn.slick.opengl.Texture.bind()
Bind the GL context to a texture
-
org.objectweb.speedo.mim.api.PersistentObjectItf.bind()
-
org.odmg.Database.bind()
Associate a name with an object and make it persistent. An object instance may be bound to more than one name. Binding a previously transient object to a name makes that object persistent.
@param object The object to be named.
@param name The name to be given to the object.
@exception org.odmg.ObjectNameNotUniqueException If an attempt is made to bind a name to an object and that name is already bound to an object.
-
org.odmg.OQLQuery.bind()
Bind a parameter to the query. A parameter is denoted in the query string passed to
create
by
$i, where
i is the rank of the parameter, beginning with 1. The parameters are set consecutively by calling this method
bind
. The
ith variable is set by the
ith call to the
bind
method. If any of the
$i are not set by a call to
bind
at the point
execute
is called,
QueryParameterCountInvalidException
is thrown. The parameters must be objects, and the result is an
Object
. Objects must be used instead of primitive types (
Integer
instead of
int
) for passing the parameters.
If the parameter is of the wrong type, QueryParameterTypeInvalidException
is thrown. After executing a query, the parameter list is reset.
@parameter A value to be substituted for a query parameter.
@exception QueryParameterCountInvalidException The number of calls tobind
has exceeded the number of parameters in the query.
@exception QueryParameterTypeInvalidException The type of the parameter doesnot correspond with the type of the parameter in the query.
-
org.omg.CosNaming.NamingContext.bind()
-
org.omg.CosNaming.NamingContextExt.bind()
-
org.perl6.nqp.io.AsyncServerSocketHandle.bind()
-
org.python.core.PyBuiltinCallable.bind()
Returns a new instance of this type of PyBuiltinFunction bound to self
-
org.qi4j.dci.moneytransfer.context.PayBillsContext.bind()
-
org.qi4j.dci.moneytransfer.context.PayBillsContext2.bind()
-
org.qi4j.dci.moneytransfer.context.TransferMoneyContext.bind()
-
org.qi4j.runtime.injection.InjectedFieldModel.bind()
-
org.qi4j.runtime.model.Binder.bind()
-
org.quartz.impl.SchedulerRepository.bind()
-
org.simpleframework.xml.convert.Registry.bind()
-
org.simpleframework.xml.transform.RegistryMatcher.bind()
-
org.skife.jdbi.v2.PreparedBatchPart.bind()
Called to bind a set of parameters to a prepared statement. The statement will have been constructed from this RewrittenStatement's getSql() return result
@param params
@param statement
@throws SQLException
-
org.skife.jdbi.v2.tweak.RewrittenStatement.bind()
Called to bind a set of parameters to a prepared statement. The statement will have been constructed from this RewrittenStatement's getSql() return result
@param params
@param statement
@throws SQLException
-
org.sodbeans.phonemic.daemon.PhonemicDaemon.bind()
Bind to the server's host and port. MUST be called before start()!
-
org.spout.api.input.InputManager.bind()
-
org.springframework.boot.bind.RelaxedDataBinder.bind()
-
org.springframework.ldap.core.LdapTemplate.bind()
-
org.springframework.mock.jndi.SimpleNamingContextBuilder.bind()
Bind the given object under the given name, for all naming contexts that this context builder will generate.
@param name the JNDI name of the object (e.g. "java:comp/env/jdbc/myds")
@param obj the object to bind (e.g. a DataSource implementation)
-
org.springframework.richclient.form.binding.Binder.bind()
Returns a binding between a form model's property and a control that will be created by this Binder.
@param formModel the form model that this binding is for
@param formModel the property that this binding is for
@param context additional context that may be used by this binder.
@return a Binding (never null).
@throws UnsupportedOperationException if this binder is unable to create its own control
-
org.springframework.richclient.form.binding.swing.EnumRadioButtonBinder.bind()
-
org.springframework.richclient.form.binding.swing.NumberBinder.bind()
-
org.springframework.richclient.form.binding.swing.TextComponentBinder.bind()
-
org.springframework.tests.mock.jndi.SimpleNamingContext.bind()
Bind the given object to the given name. Note: Not intended for direct use by applications if setting up a JVM-level JNDI environment. Use SimpleNamingContextBuilder to set up JNDI bindings then.
@see org.springframework.tests.mock.jndi.SimpleNamingContextBuilder#bind
-
org.springframework.tests.mock.jndi.SimpleNamingContextBuilder.bind()
Bind the given object under the given name, for all naming contexts that this context builder will generate.
@param name the JNDI name of the object (e.g. "java:comp/env/jdbc/myds")
@param obj the object to bind (e.g. a DataSource implementation)
-
org.springframework.validation.DataBinder.bind()
Bind the given property values to this binder's target.
This call can create field errors, representing basic binding errors like a required field (code "required"), or type mismatch between value and bean property (code "typeMismatch").
Note that the given PropertyValues should be a throwaway instance: For efficiency, it will be modified to just contain allowed fields if it implements the MutablePropertyValues interface; else, an internal mutable copy will be created for this purpose. Pass in a copy of the PropertyValues if you want your original instance to stay unmodified in any case.
@param pvs property values to bind
@see #doBind(org.springframework.beans.MutablePropertyValues)
-
org.springframework.web.bind.ServletRequestDataBinder.bind()
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
This call can create field errors, representing basic binding errors like a required field (code "required"), or type mismatch between value and bean property (code "typeMismatch").
Multipart files are bound via their parameter name, just like normal HTTP parameters: i.e. "uploadedFile" to an "uploadedFile" bean property, invoking a "setUploadedFile" setter method.
The type of the target property for a multipart file can be MultipartFile, byte[], or String. The latter two receive the contents of the uploaded file; all metadata like original file name, content type, etc are lost in those cases.
@param request request with parameters to bind (can be multipart)
@see org.springframework.web.multipart.MultipartHttpServletRequest
@see org.springframework.web.multipart.MultipartFile
@see #bindMultipartFiles
@see #bind(org.springframework.beans.PropertyValues)
-
org.springframework.web.bind.WebDataBinder.bind()
-
org.springframework.web.bind.support.WebRequestDataBinder.bind()
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
This call can create field errors, representing basic binding errors like a required field (code "required"), or type mismatch between value and bean property (code "typeMismatch").
Multipart files are bound via their parameter name, just like normal HTTP parameters: i.e. "uploadedFile" to an "uploadedFile" bean property, invoking a "setUploadedFile" setter method.
The type of the target property for a multipart file can be MultipartFile, byte[], or String. The latter two receive the contents of the uploaded file; all metadata like original file name, content type, etc are lost in those cases.
@param request request with parameters to bind (can be multipart)
@see org.springframework.web.multipart.MultipartRequest
@see org.springframework.web.multipart.MultipartFile
@see #bindMultipartFiles
@see #bind(org.springframework.beans.PropertyValues)
-
org.springframework.web.portlet.bind.PortletRequestDataBinder.bind()
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
This call can create field errors, representing basic binding errors like a required field (code "required"), or type mismatch between value and bean property (code "typeMismatch").
Multipart files are bound via their parameter name, just like normal HTTP parameters: i.e. "uploadedFile" to an "uploadedFile" bean property, invoking a "setUploadedFile" setter method.
The type of the target property for a multipart file can be MultipartFile, byte[], or String. The latter two receive the contents of the uploaded file; all metadata like original file name, content type, etc are lost in those cases.
@param request request with parameters to bind (can be multipart)
@see org.springframework.web.portlet.multipart.MultipartActionRequest
@see org.springframework.web.multipart.MultipartFile
@see #bindMultipartFiles
@see #bind(org.springframework.beans.PropertyValues)
-
org.ufacekit.ui.beanform.BeanForm.bind()
-
org.vaadin.teemu.clara.binder.Binder.bind()
Binds fields and methods of the given {@code controller} instance to{@link Component}s found in the given {@code componentRoot} componenthierarchy. The binding is defined by the annotations {@link UiField}, {@link UiHandler} and {@link UiDataSource}.
@param componentRoot
@param controller
@throws BinderException if an error is encountered during the binding.
@see UiField
@see UiHandler
@see UiDataSource
-
org.x2jb.bind.spi.handler.AttributeHandler.bind()
Processes the XML attribute and returns the object wrapping its content.
@param attribute XML attribute to be wrapped
@param clazz class type which instance to return
@return object wrapping XML attribute
-
org.x2jb.bind.spi.handler.ElementHandler.bind()
Processes the XML element and returns the object wrapping its content.
@param element XML element to be wrapped
@param clazz class type which instance to return
@return object wrapping XML element
-
org.xmlmatchers.namespace.SimpleNamespaceContext.bind()
-
org.zanata.webtrans.client.presenter.AppPresenter.bind()
-
org.zeromq.ZMQ.Socket.bind()
-
play.data.binding.BeanWrapper.bind()
-
play.db.jpa.GenericModel.JPAQuery.bind()
-
pt.ist.fenixWebFramework.renderers.components.HtmlCheckBox.bind()
-
pt.ist.fenixWebFramework.renderers.components.HtmlCheckBoxList.bind()
-
pt.ist.fenixWebFramework.renderers.components.HtmlHiddenField.bind()
-
pt.ist.fenixWebFramework.renderers.components.HtmlMultipleHiddenField.bind()
-
pt.ist.fenixWebFramework.renderers.components.HtmlTextInput.bind()
-
tyrex.naming.MemoryContext.bind()