-
ca.uhn.hl7v2.app.ConnectionHub.detach()
Informs the ConnectionHub that you are done with the given Connection - if no other code is using it, it will be closed, so you should not attempt to use a Connection after detaching from it. If the connection is not enlisted, this method does nothing.
-
com.dotcms.repackage.org.dom4j.Element.detach()
-
com.google.gwt.query.client.GQuery.detach()
Detach all matched elements from the DOM. This method is the same than {@link #remove()} methodexcept all data and event handlers are not remove from the element. This method is useful when removed elements are to be reinserted into the DOM at a later time.
-
com.ibm.tools.attach.VirtualMachine.detach()
-
com.impetus.kundera.graph.Node.detach()
-
com.massivecraft.factions.entity.Faction.detach()
-
com.massivecraft.factions.entity.UPlayer.detach()
-
com.massivecraft.mcore.Multiverse.detach()
-
com.sun.enterprise.admin.remote.ServerRemoteAdminCommand.detach()
-
com.sun.org.apache.xml.internal.dtm.DTMIterator.detach()
Detaches the DTMIterator
from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state. After detach
has been invoked, calls to nextNode
or previousNode
will raise a runtime exception.
-
com.sun.org.apache.xpath.internal.NodeSetDTM.detach()
Detaches the iterator from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state. After
detach
has been invoked, calls to
nextNode
or
previousNode
will raise the exception INVALID_STATE_ERR.
This operation is a no-op in NodeSetDTM, and will not cause INVALID_STATE_ERR to be raised by later operations.
-
com.sun.org.apache.xpath.internal.objects.XObject.detach()
Detaches the DTMIterator
from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state. After detach
has been invoked, calls to nextNode
or previousNode
will raise a runtime exception.
-
com.sun.tools.attach.VirtualMachine.detach()
Detach from the virtual machine.
After detaching from the virtual machine, any further attempt to invoke operations on that virtual machine will cause an {@link java.io.IOException IOException} to be thrown. If an operation (such as {@link #loadAgent loadAgent} for example) is in progress when this method is invoked thenthe behaviour is implementation dependent. In other words, it is implementation specific if the operation completes or throws
IOException.
If already detached from the virtual machine then invoking this method has no effect.
@throws IOException If an I/O error occurs
-
com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.detach()
Detaches a Graph Element to be used offline. All the changes will be committed on further @attach call.
@param iElement Graph element to detach
@return The detached element
@see #attach(OrientElement)
-
com.trendmicro.mist.session.Session.detach()
-
com.volantis.mcs.eclipse.common.odom.ODOMElement.detach()
This will cause a {@link com.volantis.mcs.eclipse.common.odom.ChangeQualifier#HIERARCHY} eventto be fired.
-
com.volantis.mcs.interaction.impl.InternalProxy.detach()
Detach this proxy from its parent.
-
commonj.sdo.DataObject.detach()
Removes this DataObject from its container, if any. Same as getContainer().getList(getContainmentProperty()).remove(this) or getContainer().unset(getContainmentProperty()) depending on getContainmentProperty().isMany() respectively.
-
javassist.CtClass.detach()
Removes this
CtClass
object from the
ClassPool
. After this method is called, any method cannot be called on the removed
CtClass
object.
If get()
in ClassPool
is called with the name of the removed method, the ClassPool
will read the class file again and constructs another CtClass
object representing the same class.
-
javax.media.j3d.BranchGroup.detach()
Detaches this BranchGroup from its parent.
-
javax.persistence.EntityManager.detach()
Remove the given entity from the persistence context, causing a managed entity to become detached. Unflushed changes made to the entity if any (including removal of the entity), will not be synchronized to the database. Entities which previously referenced the detached entity will continue to reference it.
@param entity
@throws IllegalArgumentException if the instance is not anentity
-
javax.slee.ActivityContextInterface.detach()
Detach an SBB entity from the Activity Context. The SBB entity will no longer receive any events that occur on the underlying activity.
If the specified SBB entity is not 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 detach.
@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 detached due to a system-levelfailure.
-
jsynoptic.plugins.java3d.AttachDetach.detach()
Allow modifications to the scene by detaching the main branchgroup
-
modbuspal.binding.Binding.detach()
This method is called by ModbusRegisters. It should not be called directly. Its purpose is to undefine which register is the target of the binding.
-
nu.xom.Attribute.detach()
-
nu.xom.Comment.detach()
-
nu.xom.DocType.detach()
-
nu.xom.Element.detach()
-
nu.xom.Namespace.detach()
Removes this namespace node from its parent.
@see nu.xom.Node#detach()
-
nu.xom.Node.detach()
Removes this node from its parent so that it can be added to a different parent node or document. This method does nothing if the node does not have a parent.
@throws XMLException if the parent refuses to detach this node
-
nu.xom.ProcessingInstruction.detach()
-
nu.xom.Text.detach()
-
org.apache.axiom.om.OMElement.detach()
-
org.apache.axiom.om.OMNode.detach()
Removes a node (and all of its children) from its containing parent.
Removes a node from its parent. Partially complete nodes will be completed before they are detached from the model. A node cannot be detached until its next sibling has been identified, so that the next sibling and parent can be updated appropriately. Please note that this will not handle the namespaces. For example, if there you have used a namespace within the detaching node and which is defined outside the detaching node, user has to handle it manually.
@return The detached node. This is always the instance on which this method is invoked.
@throws OMException If a node is not complete, the detach can trigger further parsing, which maycause an exception.
-
org.apache.axiom.om.OMSourcedElement.detach()
-
org.apache.axiom.om.OMText.detach()
-
org.apache.axiom.om.impl.OMNodeEx.detach()
-
org.apache.axiom.om.util.DetachableInputStream.detach()
Consume the input stream and close it. The bytes in the input stream are buffered. (Thus the original input stream can release its resources, but the consumer of the stream can still receive data).
@throws IOException
-
org.apache.axiom.soap.SOAPBody.detach()
-
org.apache.axiom.soap.SOAPEnvelope.detach()
-
org.apache.axiom.soap.SOAPFault.detach()
-
org.apache.axiom.soap.SOAPFaultReason.detach()
-
org.apache.axiom.soap.SOAPHeader.detach()
-
org.apache.axiom.soap.SOAPHeaderBlock.detach()
-
org.apache.axis2.om.OMElement.detach()
-
org.apache.axis2.om.OMNode.detach()
This will remove this information item and its children, from the model completely. Important to note that this method will detach the OMNode once it is fully built. Half built nodes are not to be detached!
@throws OMException
-
org.apache.axis2.om.OMText.detach()
-
org.apache.axis2.soap.SOAPBody.detach()
-
org.apache.axis2.soap.SOAPFault.detach()
-
org.apache.axis2.soap.SOAPHeader.detach()
-
org.apache.axis2.soap.SOAPHeaderBlock.detach()
-
org.apache.cayenne.util.ObjectDetachOperation.detach()
"Detaches" an object from its context by creating an unattached copy. The copy is created using target descriptor of this operation that may be different from the object descriptor passed to this method.
-
org.apache.openjpa.persistence.OpenJPAEntityManager.detach()
Detach the specified object from the entity manager.
@param pc the instance to detach
@return the detached instance
-
org.apache.tapestry.IPage.detach()
Invoked on a page when it is no longer needed by the engine, just before is is returned to the pool. The page is expected to null the engine, visit and changeObserver properties.
Classes should also reset any properties to default values (as if the instance was freshly instantiated).
@see org.apache.tapestry.engine.IPageSource#releasePage(IPage)
-
org.apache.tuscany.sca.assembly.builder.impl.CompositeBuilderImpl.detach()
-
org.apache.wicket.Component.detach()
Detaches the component. This is called at the end of the request for all the pages that are touched in that request.
-
org.apache.wicket.Page.detach()
-
org.apache.wicket.RequestCycle.detach()
Clean up the request cycle. Please note that you (the user of Wicket) will probably never have a need to call detach() yourself. It is used Wicket internally only. But you may subclass RequestCycle in order to execute additional code during detach. Do not forget to call super.detach() in or subclass.
-
org.apache.wicket.behavior.Behavior.detach()
Allows the behavior to detach any state it has attached during request processing.
@param component the component that initiates the detachment of this behavior
-
org.apache.wicket.behavior.IBehavior.detach()
Allows the behavior to detach any state it has attached during request processing.
@param component the component that initiates the detachment of this behavior
-
org.apache.wicket.devutils.inspector.SessionSizeModel.detach()
-
org.apache.wicket.devutils.inspector.SessionTotalSizeModel.detach()
-
org.apache.wicket.feedback.FeedbackMessages.detach()
Detaches each stored message
-
org.apache.wicket.markup.html.basic.Label.detach()
-
org.apache.wicket.model.IDetachable.detach()
Detaches model after use. This is generally used to null out transient references that can be re-attached later.
-
org.apache.wicket.model.IModel.detach()
-
org.apache.wicket.ng.request.IRequestHandler.detach()
-
org.apache.wicket.request.IRequestHandler.detach()
This method is called at the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done.
@param requestCycle the current request cycle
-
org.apache.wicket.request.RequestHandlerStack.detach()
Detaches all request handlers
-
org.apache.ws.commons.om.OMNode.detach()
Removes a node (and all of its children) from its containing parent.
Removes a node from its parent. Partially complete nodes will be completed before they are detached from the model. A node cannot be detached until its next sibling has been identified, so that the next sibling and parent can be updated appropriately. Please note that this will not handle the namespaces. For example, if there you have used a namespace within the detaching node and which is defined outside the detaching node, user has to handle it manually.
@throws OMException If a node is not complete, the detach can trigger furtherparsing, which may cause an exception.
-
org.apache.ws.commons.soap.SOAPBody.detach()
-
org.apache.ws.commons.soap.SOAPFault.detach()
-
org.apache.ws.commons.soap.SOAPHeader.detach()
-
org.apache.xml.dtm.DTMIterator.detach()
Detaches the DTMIterator
from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state. After detach
has been invoked, calls to nextNode
or previousNode
will raise a runtime exception.
-
org.apache.xpath.NodeSetDTM.detach()
Detaches the iterator from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state. After
detach
has been invoked, calls to
nextNode
or
previousNode
will raise the exception INVALID_STATE_ERR.
This operation is a no-op in NodeSetDTM, and will not cause INVALID_STATE_ERR to be raised by later operations.
-
org.apache.xpath.objects.XObject.detach()
Detaches the DTMIterator
from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state. After detach
has been invoked, calls to nextNode
or previousNode
will raise a runtime exception.
-
org.brixcms.web.nodepage.BrixNodeRequestHandler.detach()
-
org.chromium.sdk.JavascriptVm.detach()
Detaches from the related tab debugger.
@return whether the operation succeeded
-
org.compass.core.CompassHits.detach()
-
org.compass.core.CompassHitsOperations.detach()
-
org.datanucleus.state.StateManager.detach()
Method to detach the PersistenceCapable object.
@param state State for the detachment process
-
org.dom4j.Attribute.detach()
-
org.dom4j.Element.detach()
-
org.dom4j.Node.detach()
Removes this node from its parent if there is one. If this node is the root element of a document then it is removed from the document as well.
This method is useful if you want to remove a node from its source document and add it to another document. For example
Node node = ...; Element someOtherElement = ...; someOtherElement.add( node.detach() );
@return the node that has been removed from its parent node if any andits document if any.
-
org.eclipse.sapphire.Element.detach()
-
org.eclipse.sapphire.ImageService.detach()
-
org.eclipse.sapphire.MasterVersionCompatibilityService.detach()
-
org.eclipse.sapphire.PossibleValuesService.detach()
-
org.eclipse.sapphire.Property.detach()
Detaches a listener from this property.
@param listener the listener
@throws IllegalArgumentException if the listener is null
-
org.eclipse.sapphire.samples.gallery.IValuePropertyActionsGallery.detach()
-
org.eclipse.sapphire.services.FileExtensionsService.detach()
-
org.eclipse.sapphire.services.PossibleTypesService.detach()
-
org.eclipse.sapphire.ui.ListSelectionService.detach()
-
org.eclipse.sapphire.ui.SapphireEditorPagePart.detach()
-
org.eclipse.sapphire.ui.forms.MasterDetailsEditorPageState.detach()
-
org.exoplatform.services.web.css.model.LexicalUnitObject.detach()
-
org.geoserver.catalog.Catalog.detach()
Detaches the store from the catalog.
This method does not remove the object from the catalog, it "unnattaches" the object resolving any proxies.
In the even the specified object does not exist in the catalog it itself should be returned, this method should never return null.
-
org.hotswap.agent.javassist.CtClass.detach()
Removes this
CtClass
object from the
ClassPool
. After this method is called, any method cannot be called on the removed
CtClass
object.
If get()
in ClassPool
is called with the name of the removed method, the ClassPool
will read the class file again and constructs another CtClass
object representing the same class.
-
org.htrace.TraceScope.detach()
-
org.infinispan.tools.schema.TreeNode.detach()
-
org.jboss.seam.wicket.mock.SeamWicketTester.DummySeamApplication.detach()
-
org.jboss.weld.context.beanstore.BoundBeanStore.detach()
Detach the context
@return true if the bean store was detached, or false if the bean store isalready detached
-
org.jdesktop.wonderland.server.cell.view.AvatarCellMO.detach()
-
org.jdom.Attribute.detach()
This detaches the Attribute
from its parent, or does nothing if the Attribute
has no parent.
@return Attribute
- this Attribute
modified.
-
org.jdom.Content.detach()
Detaches this child from its parent or does nothing if the child has no parent.
@return this child detached
-
org.jdom.Element.detach()
-
org.jdom2.Attribute.detach()
-
org.jdom2.Content.detach()
-
org.jdom2.Element.detach()
-
org.libreplan.business.planner.entities.SpecificResourceAllocation.detach()
-
org.netbeans.spi.debugger.ui.BreakpointAnnotation.detach()
-
org.opentripplanner.routing.edgetype.StreetEdge.detach()
-
org.opentripplanner.routing.edgetype.TimedTransferEdge.detach()
-
org.serviceconnector.api.cln.SCClient.detach()
Detach client from SC with default operation timeout.
Detach end the communication to the SC. Resources (connections, timers, threads) are released if not used by another client.
@throws SCServiceException detach to host failed
error message received from SC
-
org.serviceconnector.api.cln.SCMgmtClient.detach()
-
org.spout.api.entity.Entity.detach()
-
org.spout.api.entity.Player.detach()
-
org.w3c.dom.traversal.NodeIterator.detach()
Detaches the iterator from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state. Afterdetach
has been invoked, calls to nextNode
orpreviousNode
will raise the exception INVALID_STATE_ERR.
-
org.waveprotocol.wave.client.wavepanel.block.BlockStructureTestBase.detach()
-
org.waveprotocol.wave.client.wavepanel.view.AnchorView.detach()
Detaches a thread from this anchor.
-
org.waveprotocol.wave.client.wavepanel.view.fake.FakeAnchor.detach()
-
org.waveprotocol.wave.model.document.util.ListenerRegistration.detach()
Detaches the bound listener from the document. This method is idempotent.
-
org.wicketTutorial.model.JpaLoadableModel.detach()
-
org.zkoss.zk.ui.Component.detach()
Detaches this component such that it won't belong to any page. If you don't call {@link #setParent} or {@link #setPage} toattach it to any page, it will be removed automatically (from the client) after the current event is processed.
-
org.zkoss.zul.Button.detach()
-
org.zkoss.zul.Tab.detach()
-
org.zkoss.zul.Window.detach()
-
org.zkoss.zul.impl.FileuploadDlg.detach()
-
org.zkoss.zul.impl.MessageboxDlg.detach()
-
sun.jvmstat.monitor.MonitoredVm.detach()
Detach from target Java Virtual Machine. After calling this method, updates of the instrumentation data values may be halted. All event notifications are halted. Further interactions with this object should be avoided.
-
sun.tools.attach.HotSpotVirtualMachine.detach()
-
syn3d.nodes.java3d.SceneNodeJava3D.detach()
Allow modifications to the scene by detaching the main branchgroup