org.openpermis.examples.ejb.server
Interface HelloWorldServiceRemote

All Known Implementing Classes:
BasicHelloWorldService, HelloWorldService

public interface HelloWorldServiceRemote

Remote interface for the hello EJB service.

Since:
0.3.0

Method Summary
 String getHelloMessage(String name)
          Returns a welcome message for the specified person.
 

Method Detail

getHelloMessage

String getHelloMessage(String name)
                       throws HelloWorldException
Returns a welcome message for the specified person.

Parameters:
name - the name of the person to greet.
Returns:
a suitable welcome message.
Throws:
HelloWorldException - if the service fails to determine 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