Uses of Interface
org.globus.util.deactivator.DeactivationHandler
-
Packages that use DeactivationHandler Package Description org.globus.net Contains socket factories for creating regural and secure server sockets behind firewalls or NAT servers.org.globus.util.deactivator Deactivates registered resources and cleans up background processes, e.g. -
-
Uses of DeactivationHandler in org.globus.net
Classes in org.globus.net that implement DeactivationHandler Modifier and Type Class Description (package private) class
AbstractServerDeactivator
-
Uses of DeactivationHandler in org.globus.util.deactivator
Methods in org.globus.util.deactivator with parameters of type DeactivationHandler Modifier and Type Method Description static void
Deactivator. registerDeactivation(DeactivationHandler handler)
static void
Deactivator. unregisterDeactivation(DeactivationHandler handler)
-