org.openpermis.examples.ejb.server
Interface HelloEjbServiceRemote

All Known Implementing Classes:
AuthorizedHelloEjbService, UnauthorizedHelloEjbService

public interface HelloEjbServiceRemote

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 HelloEjbException
Returns a welcome message for the specified person.

Parameters:
name - the name of the person to greet.
Returns:
a suitable welcome message.
Throws:
HelloEjbException - if the service fails to determine a suitable welcome message.
Since:
0.3.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:18:17
Copyright (c) 2002-2007 Ergon Informatik AG