org.openpermis.examples.ejb.server
Class BasicHelloWorldService

java.lang.Object
  extended by org.openpermis.examples.ejb.server.BasicHelloWorldService
All Implemented Interfaces:
HelloWorldServiceRemote

public class BasicHelloWorldService
extends Object
implements HelloWorldServiceRemote

A really simple implementation of the HelloWorld service.

Since:
0.3.0

Constructor Summary
BasicHelloWorldService()
           
 
Method Summary
 String getHelloMessage(String name)
          Returns a welcome message for the specified person.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicHelloWorldService

public BasicHelloWorldService()
Method Detail

getHelloMessage

public String getHelloMessage(String name)
Description copied from interface: HelloWorldServiceRemote
Returns a welcome message for the specified person.

Specified by:
getHelloMessage in interface HelloWorldServiceRemote
Parameters:
name - the name of the person to greet.
Returns:
a suitable welcome message.
Since:
0.3.0


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:07:15
Copyright (c) 2002-2007 Ergon Informatik AG