net.sf.gilead.blazeds.adapter
Class PersistentAdapter

java.lang.Object
  extended by JavaAdapter
      extended by net.sf.gilead.blazeds.adapter.PersistentAdapter

public class PersistentAdapter
extends JavaAdapter

Persistent adapter for BlazeDS

Author:
bruno.marchesson

Constructor Summary
PersistentAdapter()
           
 
Method Summary
 void initialize(java.lang.String name, ConfigMap config)
          Adapter initialisation
 java.lang.Object invoke(Message message)
          Invoke adapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentAdapter

public PersistentAdapter()
Method Detail

initialize

public void initialize(java.lang.String name,
                       ConfigMap config)
Adapter initialisation


invoke

public java.lang.Object invoke(Message message)
Invoke adapter