Uses of Class
java.lang.isolate.ClosedLinkException

Packages that use ClosedLinkException
java.lang.isolate Provides for the creation and management of isolated applications. 
java.nio.channels Provides the LinkChannel class, a selectable channel for java.lang.isolate.Link
 

Uses of ClosedLinkException in java.lang.isolate
 

Methods in java.lang.isolate that throw ClosedLinkException
 java.lang.isolate.Link Isolate.newEventLink()
          Gets a new Link associated with this Isolate from which the current isolate can receive events.
static java.lang.isolate.Link Link.newLink(java.lang.isolate.Isolate sender, java.lang.isolate.Isolate receiver)
          Creates a new application link between the given pair of Isolate instances.
static java.lang.isolate.Link Link.newEventLink(java.lang.isolate.Isolate sender, java.lang.isolate.Isolate receiver)
          Create a new event link associated with the given Isolate, from which the given receiver Isolate can receive events.
 

Uses of ClosedLinkException in java.nio.channels
 

Methods in java.nio.channels that throw ClosedLinkException
static LinkChannel LinkChannel.openLinkChannel(java.lang.isolate.Isolate sender, java.lang.isolate.Isolate receiver)
          Creates a new application link between the given pair of Isolate instances.
static LinkChannel LinkChannel.openEventLinkChannel(java.lang.isolate.Isolate sender, java.lang.isolate.Isolate receiver)
          Create a new event link associated with the given Isolate, from which the given receiver Isolate can receive events.