com.genesyslab.omsdk.mil.applicationblocks.mediaserver.extension
Class MyExtension

java.lang.Object
  extended bycom.genesyslab.omsdk.mil.applicationblocks.mediaserver.extension.MyExtension

public class MyExtension
extends java.lang.Object

Empty extension for ESP protocol.


Constructor Summary
MyExtension()
           
 
Method Summary
 void initialize()
          For preloaded extension this method is called when MIL is started, after initializing all services.
 void shutdown()
          Shutsdown MIL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyExtension

public MyExtension()
Method Detail

initialize

public void initialize()
                throws MILESPExtensionException
For preloaded extension this method is called when MIL is started, after initializing all services. For normal extensions it is called at the time of first request to this extension.

Throws:
MILESPExtensionException - thrown if extension initialization failed.

shutdown

public void shutdown()
Shutsdown MIL.