jrun.mail
Interface MailServiceMBean

All Superinterfaces:
java.io.Serializable, Service, ServiceMBean
All Known Implementing Classes:
MailService

public interface MailServiceMBean
extends ServiceMBean

MBean interface for the JRun Mail service.

Author:
Chris Kintzing

Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 void setMailSessionDefaults(DefaultSessionInfo info)
           
 
Methods inherited from interface jrunx.kernel.ServiceMBean
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind
 
Methods inherited from interface jrunx.kernel.Service
destroy, getStatus, init, start, stop, updateStatus
 

Method Detail

setMailSessionDefaults

public void setMailSessionDefaults(DefaultSessionInfo info)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.