org.exoplatform.services.wsrp2.producer.impl
Class RegistrationOperationsInterfaceImp
java.lang.Object
org.exoplatform.services.wsrp2.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.wsrp2.type.ReturnAny |
deregister(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.UserContext userContext)
|
org.exoplatform.services.wsrp2.type.Lifetime |
getRegistrationLifetime(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.UserContext userContext)
|
org.exoplatform.services.wsrp2.type.RegistrationState |
modifyRegistration(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.RegistrationData data,
org.exoplatform.services.wsrp2.type.UserContext userContext)
|
org.exoplatform.services.wsrp2.type.RegistrationContext |
register(org.exoplatform.services.wsrp2.type.RegistrationData data,
org.exoplatform.services.wsrp2.type.UserContext userContext,
org.exoplatform.services.wsrp2.type.Lifetime lifetime)
|
org.exoplatform.services.wsrp2.type.Lifetime |
setRegistrationLifetime(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.UserContext userContext,
org.exoplatform.services.wsrp2.type.Lifetime lifetime)
|
| 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.wsrp2.type.RegistrationContext register(org.exoplatform.services.wsrp2.type.RegistrationData data,
org.exoplatform.services.wsrp2.type.UserContext userContext,
org.exoplatform.services.wsrp2.type.Lifetime lifetime)
throws RemoteException
- Specified by:
register in interface RegistrationOperationsInterface
- Throws:
RemoteException
modifyRegistration
public org.exoplatform.services.wsrp2.type.RegistrationState modifyRegistration(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.RegistrationData data,
org.exoplatform.services.wsrp2.type.UserContext userContext)
throws RemoteException
- Specified by:
modifyRegistration in interface RegistrationOperationsInterface
- Throws:
RemoteException
deregister
public org.exoplatform.services.wsrp2.type.ReturnAny deregister(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.UserContext userContext)
throws RemoteException
- Specified by:
deregister in interface RegistrationOperationsInterface
- Throws:
RemoteException
getRegistrationLifetime
public org.exoplatform.services.wsrp2.type.Lifetime getRegistrationLifetime(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.UserContext userContext)
throws RemoteException
- Specified by:
getRegistrationLifetime in interface RegistrationOperationsInterface
- Throws:
RemoteException
setRegistrationLifetime
public org.exoplatform.services.wsrp2.type.Lifetime setRegistrationLifetime(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.UserContext userContext,
org.exoplatform.services.wsrp2.type.Lifetime lifetime)
throws RemoteException
- Specified by:
setRegistrationLifetime in interface RegistrationOperationsInterface
- Throws:
RemoteException
Copyright © 2009 eXo Platform SAS. All Rights Reserved.