ALBPM Process API (PAPI)

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(Properties properties)
           
 void putProperty(String property, Object value)
           
 void setParticipant(String participant)
           
 void setPassword(String password)
           
 

Method Detail

isAnonymous

public boolean isAnonymous()

getId

public String getId()

setParticipant

public void setParticipant(String participant)

setPassword

public void setPassword(String password)

getPreset

public String getPreset()

getProperty

public Object getProperty(String property)

getUrl

public String getUrl()

fillPassport

public void fillPassport()

putProperties

public void putProperties(Properties properties)

putProperty

public void putProperty(String property,
                        Object value)

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved