com.ibm.websphere.samples.activitysessions.ASBeanSampleClient
Class ASBeanSampleClient

java.lang.Object
  extended by com.ibm.websphere.samples.activitysessions.ASBeanSampleClient.ASBeanSampleClient

public class ASBeanSampleClient
extends java.lang.Object

An ActivitySessions Sample.

The client creates an instance of the ASBeanManagedEJB bean and invokes a method on it, displaying the results. This is really just way to start the sample.


Constructor Summary
ASBeanSampleClient()
          ASBeanSampleClient constructor.
 
Method Summary
 void function(java.lang.String[] args)
          The function method performs the all the work.
static void main(java.lang.String[] args)
          main method for this client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASBeanSampleClient

public ASBeanSampleClient()
ASBeanSampleClient constructor.

Method Detail

function

public void function(java.lang.String[] args)
The function method performs the all the work.


main

public static void main(java.lang.String[] args)
main method for this client. It does not use any parameters passed to it. It constructs an instance of the class and calls the function method.