com.nhncorp.neptune.tabletserver.action
Interface TabletDropActionIF

All Superinterfaces:
ActionIF, ProxyObject, java.lang.Runnable
All Known Implementing Classes:
TabletDropAction

public interface TabletDropActionIF
extends ActionIF, ProxyObject

Author:
nhn

Method Summary
 void init(TabletServer tabletServer, TabletDropActionIF proxyObject, com.nhncorp.pleiades.client.LockService lockService, TabletInfo tabletInfo)
           
 void removeFromMeta()
           
 
Methods inherited from interface com.nhncorp.neptune.tabletserver.action.ActionIF
canRun, equals, getActionKey, getActionType, getRunCheckActionTypes, isThreadMode, isWaitingMode
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface com.nhncorp.neptune.common.aop.ProxyObject
getTestHandlerKey
 

Method Detail

init

void init(TabletServer tabletServer,
          TabletDropActionIF proxyObject,
          com.nhncorp.pleiades.client.LockService lockService,
          TabletInfo tabletInfo)

removeFromMeta

void removeFromMeta()
                    throws java.lang.Exception
Throws:
java.lang.Exception