com.prolifics.jco
Interface PoolableComponent

All Superinterfaces:
Component
All Known Implementing Classes:
PantherComponent

public interface PoolableComponent
extends Component


Method Summary
 void destroy()
           
 ComponentKey getComponentKey()
           
 void release()
           
 void remove()
           
 boolean validate()
           
 
Methods inherited from interface com.prolifics.jco.Component
getName, setName
 

Method Detail

getComponentKey

ComponentKey getComponentKey()

validate

boolean validate()

remove

void remove()
            throws java.lang.Exception
Throws:
java.lang.Exception

release

void release()
             throws java.lang.Exception
Throws:
java.lang.Exception

destroy

void destroy()
             throws java.lang.Exception
Throws:
java.lang.Exception