com.codemonster.surinam.export.service
Class SimpleServiceWrapper

java.lang.Object
  extended by com.codemonster.surinam.export.lifecycle.ServiceAdapter
      extended by com.codemonster.surinam.export.service.SimpleServiceWrapper
All Implemented Interfaces:
ServiceClient, LifecycleAware, ManagedService

public class SimpleServiceWrapper
extends ServiceAdapter

For those of us who want to just wrap our POJOs extend this class and implement your service contract interface. Remember that you are essentially trading away all other management-related capabilities in this approach.


Field Summary
 
Fields inherited from class com.codemonster.surinam.export.lifecycle.ServiceAdapter
serviceFinder
 
Constructor Summary
SimpleServiceWrapper()
           
 
Method Summary
 
Methods inherited from class com.codemonster.surinam.export.lifecycle.ServiceAdapter
destroy, getServiceAvailability, getServiceObject, getVersion, getVersionedProviderImplementationName, initialize, isServiceEnabled, releaseServiceObject, setServiceAvailability, setServiceFinder, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleServiceWrapper

public SimpleServiceWrapper()


Copyright © 2010. All Rights Reserved.