-
bm.core.event.Event.attach()
Attach an object to the event.
@param key key
@param attachment object
-
br.gov.serpro.ouvidoria.util.collection.ListArrayTable.attach()
-
ca.uhn.hl7v2.app.ConnectionHub.attach()
-
com.ardor3d.renderer.state.LightState.attach()
attach
places a light in the queue to be processed. If there are already eight lights placed in the queue, the light is ignored and false is returned. Otherwise, true is returned to indicate success.
@param light the light to add to the queue.
@return true if the light was added successfully, false if there are already eight lights in the queue.
-
com.foundationdb.server.PersistitKeyValueSource.attach()
-
com.foundationdb.server.PersistitKeyValueTarget.attach()
-
com.heroku.api.request.run.RunResponse.attach()
Should only be called if you started the process with attach enabled
@return an InputStream that contains the output of your process.
-
com.jme.scene.state.LightState.attach()
-
com.l2jfrozen.gameserver.model.L2Skill.attach()
-
com.splunk.Index.attach()
Creates a writable socket to this index.
@return The writable socket.
@throws IOException
-
com.splunk.Receiver.attach()
Creates a writable socket to this index.
@return The socket.
@throws IOException
-
com.sun.enterprise.admin.remote.ServerRemoteAdminCommand.attach()
-
com.sun.grizzly.util.WorkerThread.attach()
-
com.sun.jdi.connect.AttachingConnector.attach()
Attaches to a running application and and returns a mirror of its VM.
The connector uses the given argument map in attaching the application. These arguments will include addressing information that identifies the VM. The argument map associates argument name strings to instances of {@link Connector.Argument}. The default argument map for a connector can be obtained through {@link Connector#defaultArguments}. Argument map values can be changed, but map entries should not be added or deleted.
@param arguments the argument map to be used in launching the VM.
@return the {@link VirtualMachine} mirror of the target VM.
@throws TransportTimeoutException when the Connector encapsulatesa transport that supports a timeout when attaching, a {@link Connector.Argument} representing a timeout has been setin the argument map, and a timeout occurs when trying to attach to the target VM.
@throws java.io.IOException when unable to attach.Specific exceptions are dependent on the Connector implementation in use.
@throws IllegalConnectorArgumentsException when one of theconnector arguments is invalid.
-
com.sun.jdi.connect.LaunchingConnector.attach()
-
com.sun.star.text.XDocumentIndexMark.attach()
-
com.sun.star.text.XTextContent.attach()
-
com.sun.star.text.XTextField.attach()
-
com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.attach()
Attaches a previously detached Graph Element to the current Graph. All the pending changes will be committed.
@param iElement Graph element to attach
@return The attached element
@see #detach(OrientElement)
-
com.tinkerpop.blueprints.impls.orient.OrientVertex.attach()
-
com.trendmicro.mist.client.MistClient.attach()
Attach the client to MIST
@throws MistException Attach fails
-
com.trendmicro.mist.session.Session.attach()
Create a server socket and starts a serving thread
@param role Whether it is a SOURCE or a SINK
@throws MistException
-
com.volantis.mcs.interaction.impl.InternalProxy.attach()
Attach this proxy to its new parent.
-
de.desy.tine.client.TLink.attach()
Attaches the data sets to the created link at the given polling rate and signals the callback routine using a reference to the TLink instance. Asynchronous. This method attaches the data sets to the created link using the calling parameters provided at instantiation. The arriving data will automatically update the output data set and then fire the callback method provided. If the callback is not needed, a null can be passed for this parameter. This is the preferred AttachLink method to use. The Callback instantiates a TLinkCallback() interface which provides a TLink object as parameter.
@param mode is the tine control mode parameter, that is one of TMode.CM_POLL, TMode.CM_REFRESH, TMode.SINGLE, etc. in possible combination with TMode.CM_NETWORK or TMode.CM_CONNECT, etc.
@param f is the 'callback function' to be called whenever either new data arrive or a change in link status occurs. The callback function should instantiate a class you create which implements the TLinkCallback() class interface.
@param pollingInterval is the desired polling rate (at the server) in milliseconds.
@param reference is an optional reference to any object of the caller's choosing.As the callback returns a reference to the original link, this extra reference can be used to quickly find a table entry position for example.
@return A positive link handle if successful, otherwise -1. On failure the linkStatus property of TLink can be examined.
@see de.desy.tine.client.TLink#TLink
@see de.desy.tine.client.TLink#TLinkCallback
@see de.desy.tine.client.TLink#execute
-
de.innovationgate.wgpublisher.webtml.utils.TMLForm.attach()
-
edu.brown.workload.filters.Filter.attach()
Chain a Filter to be executed after this Filter
@param next
@return This Filter
-
edu.brown.workload.filters.ProcParameterValueFilter.attach()
-
edu.brown.workload.filters.ProcedureNameFilter.attach()
-
java.nio.channels.SelectionKey.attach()
Attaches an object to the key.
@param anObject the object to attach
@return the last attached object
-
javax.slee.ActivityContextInterface.attach()
Attach an SBB entity to the Activity Context. The SBB entity will subsequently begin to receive events that it is interested in that occur on the underlying activity. If the SBB has any
<event>
deployment descriptor elements with the
mask-on-attach
attribute set to
True, those events will automatically be masked from the SBB entity until the event mask is explicitly changed via the {@link SbbContext#maskEvent SbbContext.maskEvent} method.
If the specified SBB entity is already attached to the Activity Context, this method has no effect.
This method is a mandatory transactional method.
@param sbb the SBB local object of the SBB entity to attach.
@throws NullPointerException if sbb
is null
.
@throws TransactionRequiredLocalException if this method is invoked without a valid transactioncontext.
@throws TransactionRolledbackLocalException if sbb
does not referencea valid SBB entity.
@throws SLEEException if the SBB entity could not be attached due to a system-levelfailure.
-
jsynoptic.plugins.java3d.AttachDetach.attach()
Allow the scene to be displayed by attaching the main branchgroup
-
l2p.gameserver.model.L2Skill.attach()
-
net.sf.chellow.physical.RegisterRead.attach()
-
net.sf.joafip.store.service.heaprecordable.HeapRecordableManager.attach()
attach a {@link IHeapRecordable} to a data record in heap
@param heapRecordable the {@link IHeapRecordable} to attach to a data record in heap
@return the data record identifier
@throws HeapRecordableException
-
net.sf.l2j.gameserver.model.L2Skill.attach()
-
next.i.controller.XTabBarController.attach()
-
org.apache.commons.mail.HtmlEmail.attach()
-
org.apache.commons.mail.mocks.MockMultiPartEmailConcrete.attach()
-
org.apache.felix.karaf.shell.commands.utils.PumpStreamHandler.attach()
Attach to a child streams from the given process.
@param p The process to attach to.
-
org.apache.geronimo.gshell.common.io.PumpStreamHandler.attach()
-
org.apache.geronimo.gshell.io.PumpStreamHandler.attach()
-
org.apache.karaf.shell.commands.utils.PumpStreamHandler.attach()
Attach to a child streams from the given process.
@param p The process to attach to.
-
org.apache.karaf.util.process.PumpStreamHandler.attach()
Attach to a child streams from the given process.
@param p The process to attach to.
-
org.apache.mina.filter.ReadThrottleFilterBuilder.attach()
Attach this filter to the specified filter chain. It will search for the ThreadPoolFilter, and attach itself before and after that filter.
@param chain {@link IoFilterChain} to attach self to.
-
org.apache.mina.filter.WriteBufferLimitFilterBuilder.attach()
Attach this filter to the specified filter chain. It will search for the ThreadPoolFilter, and attach itself before and after that filter.
@param chain {@link IoFilterChain} to attach self to.
-
org.apache.myfaces.trinidad.context.RequestContext.attach()
Attaches a RequestContext to the current thread. This method should only be called by a RequestContext object itself.
@exception IllegalStateException if an RequestContext is alreadyattached to the thread
-
org.apache.qpid.amqp_1_0.transport.SendingLinkEndpoint.attach()
-
org.apache.qpid.nclient.impl.ClientSession.attach()
-
org.apache.tapestry.IPage.attach()
Attaches the page to the {@link IEngine engine}. This method is used when a pooled page is claimed for use with a particular engine; it will stay attached to the engine until the end of the current request cycle, then be returned to the pool.
This method is rarely overriden; to initialize page properties before a render, override {@link #beginResponse(IMarkupWriter,IRequestCycle)}.
-
org.apache.wicket.Component.attach()
Attaches the component. This is called when the page is starting to be used for rendering or when a component listener call is executed on it.
-
org.archive.modules.credential.HttpAuthenticationCredential.attach()
-
org.chromium.sdk.StandaloneVm.attach()
Connects to the target VM.
@param listener to report the debug events to
@throws IOException if there was a transport layer error
@throws UnsupportedVersionException if the SDK protocol version is notcompatible with that supported by the browser
@throws MethodIsBlockingException because initialization implies couple of remote calls(to request version etc)
-
org.datanucleus.state.StateManager.attach()
Method to attach the object managed by this StateManager.
@param embedded Whether it is embedded
-
org.drools.common.BaseNode.attach()
-
org.drools.core.common.BaseNode.attach()
-
org.drools.core.reteoo.AccumulateNode.attach()
-
org.drools.core.reteoo.EntryPointNode.attach()
-
org.drools.core.reteoo.EvalConditionNode.attach()
-
org.drools.core.reteoo.ExistsNode.attach()
-
org.drools.core.reteoo.JoinNode.attach()
-
org.drools.core.reteoo.LeftInputAdapterNode.attach()
-
org.drools.core.reteoo.NotNode.attach()
-
org.drools.core.reteoo.ObjectTypeNode.attach()
Rete needs to know that this ObjectTypeNode has been added
-
org.drools.core.reteoo.RightInputAdapterNode.attach()
-
org.drools.core.reteoo.RuleTerminalNode.attach()
-
org.drools.reteoo.AccumulateNode.attach()
-
org.drools.reteoo.EntryPointNode.attach()
-
org.drools.reteoo.EvalConditionNode.attach()
-
org.drools.reteoo.ExistsNode.attach()
-
org.drools.reteoo.JoinNode.attach()
-
org.drools.reteoo.LeftInputAdapterNode.attach()
-
org.drools.reteoo.NotNode.attach()
-
org.drools.reteoo.ObjectTypeNode.attach()
-
org.drools.reteoo.RightInputAdapterNode.attach()
-
org.drools.reteoo.RuleTerminalNode.attach()
-
org.eclipse.jdi.internal.connect.SocketAttachingConnectorImpl.attach()
-
org.eclipse.sapphire.Element.attach()
-
org.eclipse.sapphire.ImageService.attach()
-
org.eclipse.sapphire.MasterVersionCompatibilityService.attach()
-
org.eclipse.sapphire.PossibleValuesService.attach()
-
org.eclipse.sapphire.Property.attach()
Attaches a listener to this property.
@param listener the listener
@throws IllegalArgumentException if the listener is null
@throws IllegalStateException if this property is disposed
-
org.eclipse.sapphire.modeling.el.FunctionResult.attach()
-
org.eclipse.sapphire.samples.gallery.IValuePropertyActionsGallery.attach()
-
org.eclipse.sapphire.services.FileExtensionsService.attach()
-
org.eclipse.sapphire.services.PossibleTypesService.attach()
-
org.eclipse.sapphire.tests.element.TestElement.attach()
-
org.eclipse.sapphire.ui.ListSelectionService.attach()
-
org.eclipse.sapphire.ui.SapphireAction.attach()
-
org.eclipse.sapphire.ui.SapphireActionHandler.attach()
-
org.eclipse.sapphire.ui.SapphireEditorPagePart.attach()
-
org.eclipse.sapphire.ui.SapphirePart.attach()
-
org.eclipse.sapphire.ui.assist.PropertyEditorAssistContributor.attach()
-
org.eclipse.sapphire.ui.diagram.DiagramConnectionPart.attach()
-
org.eclipse.sapphire.ui.diagram.editor.SapphireDiagramEditorPagePart.attach()
-
org.eclipse.sapphire.ui.forms.MasterDetailsContentOutline.attach()
-
org.eclipse.sapphire.ui.forms.MasterDetailsEditorPageState.attach()
-
org.eclipse.sapphire.ui.forms.swt.SapphireKeyboardActionPresentation.attach()
-
org.geoserver.catalog.CatalogBuilder.attach()
Reattaches a serialized {@link StoreInfo} to the catalog
-
org.glassfish.grizzly.http.HttpContext.attach()
-
org.infoset.xml.filter.ItemFilter.attach()
-
org.infoset.xml.xerces.XMLSchemaValidationFilter.attach()
-
org.jboss.aesh.console.ConsoleCommand.attach()
Called by creator of the process Calls afterAttach()
@throws IOException stream
-
org.jboss.aesh.extensions.choice.MultipleChoiceCommand.attach()
-
org.jboss.aesh.extensions.harlem.Harlem.attach()
-
org.jboss.aesh.extensions.less.Less.attach()
-
org.jboss.aesh.extensions.manual.Man.attach()
-
org.jboss.aesh.extensions.more.More.attach()
-
org.jboss.as.process.protocol.Connection.attach()
-
org.jboss.as.protocol.Connection.attach()
-
org.jboss.as.protocol.old.Connection.attach()
-
org.jboss.cache.aop.collection.AbstractCollectionInterceptor.attach()
-
org.jboss.cache.pojo.PojoCache.attach()
Attach a POJO into PojoCache. It will also recursively put any sub-POJO into the cache system. A POJO can be the following and have the consqeuences when attached:
- it is Replicable, that is, it has been annotated with {@link @org.jboss.cache.pojo.annotation.Replicable} annotation (or via XML),and has been "instrumented" either compile- or load-time. The POJO will be mapped recursively to the system and fine-grained replication will be performed.
- It is Serializable. The POJO will still be stored in the cache system. However, it is treated as an "opaque" object per se. That is, the POJO will neither be intercepted (for fine-grained operation) or object relantionship will be maintained.
- Neither of above. In this case, a user can specify whether it wants this POJO to be stored (e.g., replicated or persistent). If not, a PojoCacheException will be thrown.
@param id An id String to identify the object in the cache. To promoteconcurrency, we recommend the use of hierarchical String separating by a designated separator. Default is "/" but it can be set differently via a System property, jbosscache.separator in the future release. E.g., "ben", or "student/joe", etc.
@param pojo object to be inerted into the cache. If null, it will nullifythe fqn node.
@return Existing POJO or null if there is none.
@throws PojoCacheException Throws if there is an error related to the cache operation.
-
org.jboss.netty.channel.ChannelPipeline.attach()
Attaches this pipeline to the specified {@link Channel} and{@link ChannelSink}. Once a pipeline is attached, it can't be detached nor attached again.
@throws IllegalStateException if this pipeline is attached already
-
org.jooq.Attachable.attach()
Attach this object to a new {@link Configuration}
-
org.ode4j.ode.DBallJoint.attach()
-
org.ode4j.ode.DJoint.attach()
-
org.osgi.service.device.Driver.attach()
Attaches this Driver service to the Device service represented by the given {@code ServiceReference} object.
A return value of {@code null} indicates that this Driver service hassuccessfully attached to the given Device service. If this Driver service is unable to attach to the given Device service, but knows of a more suitable Driver service, it must return the {@code DRIVER_ID} of thatDriver service. This allows for the implementation of referring drivers whose only purpose is to refer to other drivers capable of handling a given Device service.
After having attached to the Device service, this driver may register the underlying device as a new service exposing driver-specific functionality.
This method is called by the device manager.
@param reference the {@code ServiceReference} object of the device toattach to
@return {@code null} if this Driver service has successfully attached tothe given Device service, or the {@code DRIVER_ID} of a moresuitable driver
@throws java.lang.Exception if the driver cannot attach to the givendevice and does not know of a more suitable driver
-
org.restlet.Router.attach()
-
org.restlet.routing.Router.attach()
Attaches a target Restlet to this router with an empty URI pattern. A new route using the matching mode returned by {@link #getMatchingMode(Restlet)} will be added routing to the targetwhen any call is received.
@param target The target Restlet to attach.
@return The created route.
-
org.restlet.routing.VirtualHost.attach()
Attaches a target Restlet to this router with an empty URI pattern. A new route will be added routing to the target when any call is received. In addition to super class behavior, this method will set the context of the target if it is empty by creating a protected context via the {@link Context#createChildContext()} method.
@param target The target Restlet to attach.
@return The created route.
-
org.serviceconnector.api.cln.SCClient.attach()
Attach client to SC with default operation timeout.
Attach starts the communication to the SC. Once an attach is called a detach must be done at the end of communication.
@throws SCMPValidatorException port is not within limits 0 to 0xFFFF
host is missing
@throws SCServiceException instance already attached before
attach to host failed
error message received from SC
-
org.serviceconnector.api.cln.SCMgmtClient.attach()
-
org.waveprotocol.wave.client.wavepanel.view.AnchorView.attach()
Attaches a thread at this anchor.
-
plotter.xy.SlopeLine.attach()
Attaches this slope line to a plot.
@param plot plot to attach to
-
plotter.xy.XYLocationDisplay.attach()
Attaches the display to a plot.
@param plot plot to display the coordinates of
-
sun.misc.Perf.attach()
Attach to the instrumentation buffer for the specified Java virtual machine.
This method will attach to the instrumentation buffer for the specified virtual machine. It returns a ByteBuffer
object that is initialized to access the instrumentation buffer for the indicated Java virtual machine. The lvmid
parameter is a integer value that uniquely identifies the target local Java virtual machine. It is typically, but not necessarily, the process id of the target Java virtual machine.
If the lvmid
identifies a Java virtual machine different from the one running this method, then the coherency characteristics of the buffer are implementation dependent. Implementations that do not support named, coherent, shared memory may return a ByteBuffer
object that contains only a snap shot of the data in the instrumentation buffer. Implementations that support named, coherent, shared memory, may return a ByteBuffer
object that will be changing dynamically over time as the target Java virtual machine updates its mapping of this buffer.
If the lvmid
is 0 or equal to the actual lvmid
for the Java virtual machine running this method, then the returned ByteBuffer
object will always be coherent and dynamically changing.
The attach mode specifies the access permissions requested for the instrumentation buffer of the target virtual machine. The permitted access permissions are:
- "r" - Read only access. This Java virtual machine has only read access to the instrumentation buffer for the target Java virtual machine.
- "rw" - Read/Write access. This Java virtual machine has read and write access to the instrumentation buffer for the target Java virtual machine. This mode is currently not supported and is reserved for future enhancements.
@param lvmid an integer that uniquely identifies thetarget local Java virtual machine.
@param mode a string indicating the attach mode.
@return ByteBuffer a direct allocated byte buffer
@throws IllegalArgumentException The lvmid or mode was invalid.
@throws IOException An I/O error occurred while trying to acquirethe instrumentation buffer.
@throws OutOfMemoryError The instrumentation buffer could not be mappedinto the virtual machine's address space.
@see java.nio.ByteBuffer
-
syn3d.nodes.java3d.SceneNodeJava3D.attach()
Allow the scene to be displayed by attaching the main branchgroup