com.irisel.oms.blapi
Class SvcPlatform

java.lang.Object
  extended by com.irisel.oms.blapi.SvcPlatform

public class SvcPlatform
extends java.lang.Object

The platform of services It manages initializations to be able to locate and invoke services. Custom platforms may extend init() to add custom initialization logic.

Author:
José Manuel Gómez Álvarez

Constructor Summary
SvcPlatform(CLBrowser browser)
           
 
Method Summary
static CLBrowser getStaticBrowser()
           
 SvcLocator getSvcLocator()
           
 void init()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvcPlatform

public SvcPlatform(CLBrowser browser)
Method Detail

init

public void init()

getSvcLocator

public SvcLocator getSvcLocator()

getStaticBrowser

public static CLBrowser getStaticBrowser()