org.openpermis.examples.ejb.server
Class UnauthorizedHelloEjbService

java.lang.Object
  extended by org.openpermis.examples.ejb.server.UnauthorizedHelloEjbService
All Implemented Interfaces:
HelloEjbServiceRemote

public class UnauthorizedHelloEjbService
extends Object
implements HelloEjbServiceRemote

A really simple implementation of the HelloWorld service.

Since:
0.3.0

Constructor Summary
UnauthorizedHelloEjbService()
           
 
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

UnauthorizedHelloEjbService

public UnauthorizedHelloEjbService()
Method Detail

getHelloMessage

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

Specified by:
getHelloMessage in interface HelloEjbServiceRemote
Parameters:
name - the name of the person to greet.
Returns:
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