Use the component interface

The client can use the bean's component interface to:
For example:
// Use the bean
anAccount.deposit(1000000);
// Remove it 
anAccount.remove();