org.ourgrid.peer.ebgum
Interface InvalidatableProxy

All Known Implementing Classes:
GumProxy

public interface InvalidatableProxy

A gum proxy must implement this interface so that is may be invalidated


Method Summary
 void invalidate()
          This method is used to invalidate this proxy, making it unavailable to the client.
 

Method Detail

invalidate

void invalidate()
This method is used to invalidate this proxy, making it unavailable to the client. Also, its important that in an invalidation the gum must clean any execution garbage (process and playpens).