org.ow2.jonas.smartclient
Interface SmartclientServiceBase

All Known Subinterfaces:
SmartclientService, SmartclientServiceImplMBean
All Known Implementing Classes:
SmartclientServiceImpl

public interface SmartclientServiceBase

JOnAS Service interface for the Smartclient service. This service lets remote clients download classes necessary for connecting to JOnAS services (JNDI context factories, EJB3 interceptors, ...) directly from the JOnAS server they're dealing with. This way, the heavy clients only need to include a lightweight JAR file for the Smartclient client and are always guaranteed to have the good versions of all components. Check the EasyBeans documentation on "SmartClient" for details.

Author:
S. Ali Tokmen

Method Summary
 int getPort()
           
 boolean isActive()
           
 

Method Detail

isActive

boolean isActive()
Returns:
true if the EasyBeans Smartclient is active, false otherwise.

getPort

int getPort()
Returns:
The port the smart client is listening on.


Copyright © 2010 OW2 Consortium. All Rights Reserved.