org.exoplatform.services.wsrp2.producer
Interface RegistrationOperationsInterface

All Known Implementing Classes:
RegistrationOperationsInterfaceImp

public interface RegistrationOperationsInterface

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net

Method Summary
 ReturnAny deregister(RegistrationContext context, UserContext userContext)
           
 Lifetime getRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext)
           
 RegistrationState modifyRegistration(RegistrationContext context, RegistrationData data, UserContext userContext)
           
 RegistrationContext register(RegistrationData data, UserContext userContext, Lifetime lifetime)
           
 Lifetime setRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext, Lifetime lifetime)
           
 

Method Detail

register

RegistrationContext register(RegistrationData data,
                             UserContext userContext,
                             Lifetime lifetime)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

modifyRegistration

RegistrationState modifyRegistration(RegistrationContext context,
                                     RegistrationData data,
                                     UserContext userContext)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deregister

ReturnAny deregister(RegistrationContext context,
                     UserContext userContext)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRegistrationLifetime

Lifetime getRegistrationLifetime(RegistrationContext registrationContext,
                                 UserContext userContext)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setRegistrationLifetime

Lifetime setRegistrationLifetime(RegistrationContext registrationContext,
                                 UserContext userContext,
                                 Lifetime lifetime)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.