org.ow2.jonas.smartclient.internal
Class SmartclientServiceRegistryComponent

java.lang.Object
  extended by org.ow2.jonas.smartclient.internal.SmartclientServiceRegistryComponent
All Implemented Interfaces:
org.ow2.easybeans.component.api.EZBComponent, org.ow2.easybeans.component.itf.RegistryComponent

public class SmartclientServiceRegistryComponent
extends Object
implements org.ow2.easybeans.component.itf.RegistryComponent

Registry component for the Smartclient service.

Author:
S. Ali Tokmen
See Also:
SmartclientService

Constructor Summary
SmartclientServiceRegistryComponent()
           
 
Method Summary
 String getProviderURL()
          Gets the default Provider URL.
 void init()
          Doesn't do anything.
 void start()
          Doesn't do anything.
 void stop()
          Doesn't do anything.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartclientServiceRegistryComponent

public SmartclientServiceRegistryComponent()
Method Detail

getProviderURL

public String getProviderURL()
Gets the default Provider URL.

Specified by:
getProviderURL in interface org.ow2.easybeans.component.itf.RegistryComponent
Returns:
the provider URL that is used by default.

init

public void init()
Doesn't do anything.

Specified by:
init in interface org.ow2.easybeans.component.api.EZBComponent

start

public void start()
Doesn't do anything.

Specified by:
start in interface org.ow2.easybeans.component.api.EZBComponent

stop

public void stop()
Doesn't do anything.

Specified by:
stop in interface org.ow2.easybeans.component.api.EZBComponent


Copyright © 2010 OW2 Consortium. All Rights Reserved.