public class org.apache.helix.agent.AgentStateModelFactory extends org.apache.helix.participant.statemachine.StateModelFactory
{
public void <init>()
{
org.apache.helix.agent.AgentStateModelFactory v;
v := @this: org.apache.helix.agent.AgentStateModelFactory;
specialinvoke v.<org.apache.helix.participant.statemachine.StateModelFactory: void <init>()>();
return;
}
public org.apache.helix.agent.AgentStateModel createNewStateModel(java.lang.String, java.lang.String)
{
org.apache.helix.agent.AgentStateModel v;
java.lang.String v, v;
org.apache.helix.agent.AgentStateModelFactory v;
v := @this: org.apache.helix.agent.AgentStateModelFactory;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = new org.apache.helix.agent.AgentStateModel;
specialinvoke v.<org.apache.helix.agent.AgentStateModel: void <init>()>();
return v;
}
}