ALBPM Process API

fuego.lang
Interface ConnectionPassport


public interface ConnectionPassport


Method Summary
 void fillPassport()
           
 String getId()
           
 String getPreset()
           
 Object getProperty(String property)
           
 String getUrl()
           
 boolean isAnonymous()
           
 void putProperties(fuego.util.Properties properties)
           
 void putProperty(String property, Object value)
           
 void setParticipant(String participant)
           
 void setPassword(String password)
           
 

Method Detail

isAnonymous

boolean isAnonymous()

getId

String getId()

setParticipant

void setParticipant(String participant)

setPassword

void setPassword(String password)

getPreset

String getPreset()

getProperty

Object getProperty(String property)

getUrl

String getUrl()

fillPassport

void fillPassport()

putProperties

void putProperties(fuego.util.Properties properties)

putProperty

void putProperty(String property,
                 Object value)

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved