org.exoplatform.services.wsrp2.producer
Interface RegistrationOperationsInterface
- All Known Implementing Classes:
- RegistrationOperationsInterfaceImp
public interface RegistrationOperationsInterface
- Author:
- Mestrallet Benjamin benjmestrallet@users.sourceforge.net
|
Method Summary |
org.exoplatform.services.wsrp2.type.ReturnAny |
deregister(org.exoplatform.services.wsrp2.type.RegistrationContext context,
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 context,
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)
|
register
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
- Throws:
RemoteException
modifyRegistration
org.exoplatform.services.wsrp2.type.RegistrationState modifyRegistration(org.exoplatform.services.wsrp2.type.RegistrationContext context,
org.exoplatform.services.wsrp2.type.RegistrationData data,
org.exoplatform.services.wsrp2.type.UserContext userContext)
throws RemoteException
- Throws:
RemoteException
deregister
org.exoplatform.services.wsrp2.type.ReturnAny deregister(org.exoplatform.services.wsrp2.type.RegistrationContext context,
org.exoplatform.services.wsrp2.type.UserContext userContext)
throws RemoteException
- Throws:
RemoteException
getRegistrationLifetime
org.exoplatform.services.wsrp2.type.Lifetime getRegistrationLifetime(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.UserContext userContext)
throws RemoteException
- Throws:
RemoteException
setRegistrationLifetime
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
- Throws:
RemoteException
Copyright © 2009 eXo Platform SAS. All Rights Reserved.