📄 platform.properties
字号:
# Sample LEAP configuration file for a Main container.
# This indicates whether this is the Main container (true) or a peripheral container (false)
main = true
# This is the identifier of the platform. If not specified the url of the main container is used. This is ignored if main is false
platform-id = JADE-LEAP
# This indicate whether the management gui should be started on this container (default false)
gui = true
# The implementation class to be used for the acc
acc = jade.core.FullAcc
# The implementation class to be used for the MobilityManager
mobility = jade.core.RealMobilityManager
# The implementation class to be used for the ResourceManager
resource = jade.core.LightResourceManager
# The implementation class to be used for the NotificationManager
notification = jade.core.DummyNotificationManager
# The implementation class to be used for the IMTPManager
imtp = jade.imtp.leap.LEAPIMTPManager
# The MTPs that must be installed at bootstrap time on this container
# mtps = jamr.jademtp.http.MessageTransportProtocol(http://brunelle.crm.mot.com:3194/leap);orbacus.MessageTransportProtocol(corbaloc:iiop:brunelle.crm.mot.com:3195/leap)
# The agents that must be launched at bootstrap time on this container
agents = receiver:examples.receivers.AgentReceiver
# agents =
##### LEAP-IMTP specific parameters
# The ICPs for intra-platform communication that must be activated on this container
# 1) Use these parameters to start a JICPPeer on the local host and default port
icp = jade.imtp.leap.JICP.JICPPeer(?)
# 2) Use these parameters to start a JICPPeer on the local host and a specific (e.g. 3000) port
#icp = jade.imtp.leap.JICP.JICPPeer(3000)
# 3) Use these parameters to start a JICPPeer specifying both the host and port
#icp = jade.imtp.leap.JICP.JICPPeer(3000, myHost)
# 4) Use these parameters to start a JICPPeer that gets the local host requesting it to a reachable URL
#icp = jade.imtp.leap.JICP.JICPPeer(?, ?, jicp://host1:5000)
# 5) Use these parameters to start a JICPPeer that gets the local host requesting it to a reachable URL and listens on a specified port
#icp = jade.imtp.leap.JICP.JICPPeer(3000, ?, jicp://host1:5000)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -