org.distributeme.agents.transporter.generated.TransporterServiceConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of distributeme-agents Show documentation
Show all versions of distributeme-agents Show documentation
Support for mobile agents in DistributeMe.
package org.distributeme.agents.transporter.generated;
//BEGIN GENERATED CODE
public class TransporterServiceConstants{
public static final String getServiceId(){
return "org_distributeme_agents_transporter_TransporterService";
} //...getServiceId
}