This is an Enterprise Java Bean Remote Interface
Method Summary | |
void | incrementClicks() Method to increment the click count. |
void | incrementViews() Method to increment the view count. |
Method Detail |
public void incrementClicks() throws java.rmi.RemoteException
Method to increment the click count.
public void incrementViews() throws java.rmi.RemoteException
Method to increment the view count.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.