JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT

org.jboss.msc.ref
Interface Reaper<T,A>

Type Parameters:
T - the reference type
A - the reference attachment type

public interface Reaper<T,A>

A cleaner for a dead object.

Author:
David M. Lloyd

Method Summary
 void reap(Reference<T,A> reference)
          Perform the cleanup action for a reference.
 

Method Detail

reap

void reap(Reference<T,A> reference)
Perform the cleanup action for a reference.

Parameters:
reference - the reference

JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT

Copyright © 2010 JBoss, a division of Red Hat, Inc.