public class EmailServiceRemotable extends org.springframework.extensions.surf.util.AbstractLifecycleBean implements EmailService
| Constructor and Description |
|---|
EmailServiceRemotable() |
| Modifier and Type | Method and Description |
|---|---|
void |
importMessage(EmailDelivery delivery,
EmailMessage message)
Processes an email message.
|
void |
importMessage(EmailDelivery delivery,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
EmailMessage message)
Process an email message.
|
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setRmiRegistryHost(java.lang.String rmiRegistryHost) |
void |
setRmiRegistryPort(int rmiRegistryPort) |
public void setRmiRegistryHost(java.lang.String rmiRegistryHost)
public void setRmiRegistryPort(int rmiRegistryPort)
public void importMessage(EmailDelivery delivery, EmailMessage message)
EmailServiceimportMessage in interface EmailServicedelivery - instructions - who gets the message and who is it frommessage - the email messagepublic void importMessage(EmailDelivery delivery, org.alfresco.service.cmr.repository.NodeRef nodeRef, EmailMessage message)
EmailServiceimportMessage in interface EmailServicedelivery - instructions - who gets the message and who is it fromnodeRef - the node to import the message tomessage - the email messageprotected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap in class org.springframework.extensions.surf.util.AbstractLifecycleBeanprotected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBeanCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.