org.sapia.ubik.rmi.examples.interceptor
Class SecurityServiceImpl

java.lang.Object
  extended by org.sapia.ubik.rmi.examples.interceptor.SecurityServiceImpl
All Implemented Interfaces:
SecurityService, Interceptor

public class SecurityServiceImpl
extends java.lang.Object
implements SecurityService, Interceptor

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
SecurityServiceImpl()
           
 
Method Summary
 void call()
           
static void main(java.lang.String[] args)
           
 void onServerPreInvokeEvent(ServerPreInvokeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityServiceImpl

public SecurityServiceImpl()
Method Detail

call

public void call()
Specified by:
call in interface SecurityService
See Also:
SecurityService.call()

onServerPreInvokeEvent

public void onServerPreInvokeEvent(ServerPreInvokeEvent evt)

main

public static void main(java.lang.String[] args)


Copyright © 2010 Sapia OSS. All Rights Reserved.