org.exoplatform.services.wsrp.producer.impl
Class RegistrationOperationsInterfaceImp
java.lang.Object
org.exoplatform.services.wsrp.producer.impl.RegistrationOperationsInterfaceImp
- All Implemented Interfaces:
- RegistrationOperationsInterface
public class RegistrationOperationsInterfaceImp
- extends Object
- implements RegistrationOperationsInterface
- Author:
- Mestrallet Benjamin benjmestrallet@users.sourceforge.net
|
Method Summary |
org.exoplatform.services.wsrp.type.ReturnAny |
deregister(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext)
|
org.exoplatform.services.wsrp.type.RegistrationState |
modifyRegistration(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp.type.RegistrationData data)
|
org.exoplatform.services.wsrp.type.RegistrationContext |
register(org.exoplatform.services.wsrp.type.RegistrationData data)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistrationOperationsInterfaceImp
public RegistrationOperationsInterfaceImp(PersistentStateManager stateManager)
register
public org.exoplatform.services.wsrp.type.RegistrationContext register(org.exoplatform.services.wsrp.type.RegistrationData data)
throws RemoteException
- Specified by:
register in interface RegistrationOperationsInterface
- Throws:
RemoteException
modifyRegistration
public org.exoplatform.services.wsrp.type.RegistrationState modifyRegistration(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp.type.RegistrationData data)
throws RemoteException
- Specified by:
modifyRegistration in interface RegistrationOperationsInterface
- Throws:
RemoteException
deregister
public org.exoplatform.services.wsrp.type.ReturnAny deregister(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext)
throws RemoteException
- Specified by:
deregister in interface RegistrationOperationsInterface
- Throws:
RemoteException
Copyright © 2009 eXo Platform SAS. All Rights Reserved.