org.jumpmind.symmetric.service
Interface IRegistrationService

All Known Implementing Classes:
RegistrationService

public interface IRegistrationService


Method Summary
 boolean isAutoRegistration()
           
 boolean isRegisteredWithServer()
           
 void openRegistration(java.lang.String nodeGroupId, java.lang.String externalId)
           
 boolean registerNode(Node node, java.io.OutputStream out, boolean isRequestedRegistration)
           
 void registerWithServer()
           
 void reOpenRegistration(java.lang.String nodeId)
           
 

Method Detail

registerNode

boolean registerNode(Node node,
                     java.io.OutputStream out,
                     boolean isRequestedRegistration)
                     throws java.io.IOException
Throws:
java.io.IOException

openRegistration

void openRegistration(java.lang.String nodeGroupId,
                      java.lang.String externalId)

reOpenRegistration

void reOpenRegistration(java.lang.String nodeId)

isAutoRegistration

boolean isAutoRegistration()

registerWithServer

void registerWithServer()

isRegisteredWithServer

boolean isRegisteredWithServer()


Copyright © 2007-2008. All Rights Reserved.