sample.contact
Class ClientApplication

java.lang.Object
  extended by sample.contact.ClientApplication

public class ClientApplication
extends Object

Demonstrates accessing the ContactManager via remoting protocols.

Based on Spring's JPetStore sample, written by Juergen Hoeller.

Author:
Ben Alex

Constructor Summary
ClientApplication(org.springframework.beans.factory.ListableBeanFactory beanFactory)
           
 
Method Summary
 void invokeContactManager(Authentication authentication, int nrOfCalls)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientApplication

public ClientApplication(org.springframework.beans.factory.ListableBeanFactory beanFactory)
Method Detail

invokeContactManager

public void invokeContactManager(Authentication authentication,
                                 int nrOfCalls)

main

public static void main(String[] args)


Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.